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.
2 parents d4c9b91 + 0e1985e commit 0e84907Copy full SHA for 0e84907
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