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.
1 parent fbc33e0 commit 0e1985eCopy full SHA for 0e1985e
src/libcore/repr.rs
@@ -286,7 +286,7 @@ impl ReprVisitor : TyVisitor {
286
fn visit_f32() -> bool { self.write::<f32>() }
287
fn visit_f64() -> bool { self.write::<f64>() }
288
289
- fn visit_char() -> bool { self.write::<uint>() }
+ fn visit_char() -> bool { self.write::<u32>() }
290
291
// Type no longer exists, vestigial function.
292
fn visit_str() -> bool { fail; }
0 commit comments