]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-35075.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / issues / issue-35075.stderr
index 85acbfb8de4be9106c4ac73c2e57d41452ab17bc..08bdaa728583d5ff2435b5063f3f794964678125 100644 (file)
@@ -7,7 +7,7 @@ LL |     inner: Foo<T>
 help: there is an enum variant `Baz::Foo`; try using the variant's enum
    |
 LL |     inner: Baz
-   |            ^^^
+   |            ~~~
 
 error[E0412]: cannot find type `Foo` in this scope
   --> $DIR/issue-35075.rs:6:9
@@ -18,7 +18,7 @@ LL |     Foo(Foo<T>)
 help: there is an enum variant `Baz::Foo`; try using the variant's enum
    |
 LL |     Foo(Baz)
-   |         ^^^
+   |         ~~~
 
 error: aborting due to 2 previous errors