]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/type-alias-impl-trait/auto-trait-leakage3.rs
Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser
[rust.git] / src / test / ui / type-alias-impl-trait / auto-trait-leakage3.rs
index 5fb7a9473d3dfbc57cef2537e10e59729a553908..b456b1445e7845ebbe29bf76a8514dd2bd57d4a6 100644 (file)
@@ -6,6 +6,7 @@
 mod m {
     type Foo = impl std::fmt::Debug;
     //~^ ERROR: cycle detected when computing type of `m::Foo::{opaque#0}` [E0391]
+    //~| ERROR: cycle detected when computing type of `m::Foo::{opaque#0}` [E0391]
 
     pub fn foo() -> Foo {
         22_u32