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 1aea502 commit 9b9a1f2Copy full SHA for 9b9a1f2
src/test/codegen/repr-u128.rs
@@ -11,7 +11,8 @@ pub enum Foo {
11
Bar = 18_446_745_000_000_000_123,
12
}
13
14
-// CHECK: {{.*}}DIDerivedType{{.*}}tag: DW_TAG_member,{{.*}}name: "None",{{.*}}extraData:18446745000000000124
+// CHECK: {{.*}}DIDerivedType{{.*}}tag: DW_TAG_member,{{.*}}
15
+// name: "None",{{.*}}extraData:18446745000000000124
16
pub fn foo() -> Option<Foo> {
17
None
18
0 commit comments