]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/fn-impl-trait-self.rs
Auto merge of #100117 - nicholasbishop:bishop-update-cc, r=Mark-Simulacrum
[rust.git] / src / test / codegen / fn-impl-trait-self.rs
index 4bd811bed10e5d2999a7551e860e4f902548632c..0abc8a409ed7a5346c995ce235171a6103ebe408 100644 (file)
@@ -5,7 +5,7 @@
 // NONMSVC: {{.*}}DIDerivedType(tag: DW_TAG_pointer_type, name: "fn() -> <recursive_type>",{{.*}}
 //
 // CHECK: {{.*}}DISubroutineType{{.*}}
-// CHECK: {{.*}}DIBasicType(name: "<recur_type>", encoding: DW_ATE_unsigned)
+// CHECK: {{.*}}DIBasicType(name: "<recur_type>", size: {{32|64}}, encoding: DW_ATE_unsigned)
 
 pub fn foo() -> impl Copy {
     foo