Once again, the work-around is to pull out the type alias at module scope: type V = i32;. The following code compiles: const C: i32 = 42; type V = i32; ...
確定! 回上一頁