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 bf3a744 commit cfe99beCopy full SHA for cfe99be
src/test/codegen/repr-u128.rs
@@ -12,6 +12,4 @@ pub fn foo() -> Option<Foo> {
12
}
13
14
// CHECK: declare void @llvm.dbg.value
15
-fn main() {
16
- let vals = (Some(Foo::Lo), None::<Foo>);
17
-}
+fn main() {}
0 commit comments