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 3828e9e commit a2c924bCopy full SHA for a2c924b
src/test/run-pass-fulldeps/newtype_index.rs
@@ -17,4 +17,4 @@ fn main() {
17
assert_eq!(size_of::<Option<Option<Option<Option<MyIdx>>>>>(), 4);
18
assert_eq!(size_of::<Option<Option<Option<Option<Option<MyIdx>>>>>>(), 4);
19
assert_eq!(size_of::<Option<Option<Option<Option<Option<Option<MyIdx>>>>>>>(), 8);
20
-}
+}
0 commit comments