diff options
| author | Ryan Levick <me@ryanlevick.com> | 2021-07-07 14:56:51 +0200 |
|---|---|---|
| committer | Ryan Levick <me@ryanlevick.com> | 2021-07-07 14:56:51 +0200 |
| commit | 7515bcf01a4c8fd7b85c690e637072de1f80ec89 (patch) | |
| tree | 31ea4853cc33218ac3fa4045844e02a1eeb38b56 /src/test | |
| parent | c5e344f7747dbd7e7d4b209e3c480deb5979a56f (diff) | |
| download | rust-7515bcf01a4c8fd7b85c690e637072de1f80ec89.tar.gz rust-7515bcf01a4c8fd7b85c690e637072de1f80ec89.zip | |
Change linked tracking issue for more qualified paths
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/feature-gates/feature-gate-more-qualified-paths.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-more-qualified-paths.stderr b/src/test/ui/feature-gates/feature-gate-more-qualified-paths.stderr index b49cc40800f..80ebcabcf8d 100644 --- a/src/test/ui/feature-gates/feature-gate-more-qualified-paths.stderr +++ b/src/test/ui/feature-gates/feature-gate-more-qualified-paths.stderr @@ -4,7 +4,7 @@ error[E0658]: usage of qualified paths in this context is experimental LL | let <Foo as A>::Assoc { br } = StructStruct { br: 2 }; | ^^^^^^^^^^^^^^^^^ | - = note: see issue #80080 <https://github.com/rust-lang/rust/issues/80080> for more information + = note: see issue #86935 <https://github.com/rust-lang/rust/issues/86935> for more information = help: add `#![feature(more_qualified_paths)]` to the crate attributes to enable error[E0658]: usage of qualified paths in this context is experimental @@ -13,7 +13,7 @@ error[E0658]: usage of qualified paths in this context is experimental LL | let _ = <Foo as A>::Assoc { br: 2 }; | ^^^^^^^^^^^^^^^^^ | - = note: see issue #80080 <https://github.com/rust-lang/rust/issues/80080> for more information + = note: see issue #86935 <https://github.com/rust-lang/rust/issues/86935> for more information = help: add `#![feature(more_qualified_paths)]` to the crate attributes to enable error[E0658]: usage of qualified paths in this context is experimental @@ -22,7 +22,7 @@ error[E0658]: usage of qualified paths in this context is experimental LL | let <E>::V(..) = E::V(0); | ^^^^^^ | - = note: see issue #80080 <https://github.com/rust-lang/rust/issues/80080> for more information + = note: see issue #86935 <https://github.com/rust-lang/rust/issues/86935> for more information = help: add `#![feature(more_qualified_paths)]` to the crate attributes to enable error: aborting due to 3 previous errors |
