]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/type-alias-impl-trait/issue-60371.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / type-alias-impl-trait / issue-60371.stderr
index cb35706a51e09712fc2462d32578209da216da8e..2796c77baa1c42f1c4f20dbce94b669bbbe1f3c0 100644 (file)
@@ -4,7 +4,7 @@ error[E0658]: `impl Trait` in type aliases is unstable
 LL |     type Item = impl Bug;
    |                 ^^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/63063
+   = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
    = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable
 
 error[E0277]: the trait bound `(): Bug` is not satisfied