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 c0190a9 commit 86a710eCopy full SHA for 86a710e
src/test/run-pass/enum-discrim-width-stuff.rs
@@ -51,5 +51,5 @@ pub fn main() {
51
check!(s, i64, -0x1727374757677787);
52
53
enum Simple { A, B }
54
- assert_eq!(std::mem::size_of::<Simple>(), 1);
+ assert_eq!(::std::mem::size_of::<Simple>(), 1);
55
}
0 commit comments