diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-04-11 11:42:06 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-04-11 11:42:06 -0700 |
| commit | 146d040f0b187876ac85993ae15427ebb7438eb7 (patch) | |
| tree | 5fc57def2e3389367f29c66cb0ecefdb3f14b26a /src/test/ui/imports | |
| parent | 3ab97062cfddb6e5e5e32352dd15ca2243aba3ff (diff) | |
| download | rust-146d040f0b187876ac85993ae15427ebb7438eb7.tar.gz rust-146d040f0b187876ac85993ae15427ebb7438eb7.zip | |
Reword tracking issue note
Diffstat (limited to 'src/test/ui/imports')
| -rw-r--r-- | src/test/ui/imports/local-modularized-tricky-fail-2.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/imports/local-modularized-tricky-fail-2.stderr b/src/test/ui/imports/local-modularized-tricky-fail-2.stderr index d7870c02918..70d197994f3 100644 --- a/src/test/ui/imports/local-modularized-tricky-fail-2.stderr +++ b/src/test/ui/imports/local-modularized-tricky-fail-2.stderr @@ -7,7 +7,7 @@ LL | exported!(); LL | () => ( struct Б; ) | ^ | - = note: for more information, see tracking issue #55467 + = note: for more information, see https://github.com/rust-lang/rust/issues/55467 = help: add #![feature(non_ascii_idents)] to the crate attributes to enable error[E0658]: non-ascii idents are not fully supported @@ -19,7 +19,7 @@ LL | panic!(); LL | () => ( struct Г; ) | ^ | - = note: for more information, see tracking issue #55467 + = note: for more information, see https://github.com/rust-lang/rust/issues/55467 = help: add #![feature(non_ascii_idents)] to the crate attributes to enable error[E0658]: non-ascii idents are not fully supported @@ -31,7 +31,7 @@ LL | include!(); LL | () => ( struct Д; ) | ^ | - = note: for more information, see tracking issue #55467 + = note: for more information, see https://github.com/rust-lang/rust/issues/55467 = help: add #![feature(non_ascii_idents)] to the crate attributes to enable error: aborting due to 3 previous errors |
