We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fn f<T>(v: T) -> T { v } fn main() { let _ = f(()) as uint; }
error: internal compiler error: translating unsupported cast: () (cast_other) -> uint (cast_integral)