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/panic-runtime | |
| parent | 3ab97062cfddb6e5e5e32352dd15ca2243aba3ff (diff) | |
| download | rust-146d040f0b187876ac85993ae15427ebb7438eb7.tar.gz rust-146d040f0b187876ac85993ae15427ebb7438eb7.zip | |
Reword tracking issue note
Diffstat (limited to 'src/test/ui/panic-runtime')
| -rw-r--r-- | src/test/ui/panic-runtime/needs-gate.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/panic-runtime/needs-gate.stderr b/src/test/ui/panic-runtime/needs-gate.stderr index 715c57c604c..72999a0de89 100644 --- a/src/test/ui/panic-runtime/needs-gate.stderr +++ b/src/test/ui/panic-runtime/needs-gate.stderr @@ -4,7 +4,7 @@ error[E0658]: the `#[panic_runtime]` attribute is an experimental feature LL | #![panic_runtime] | ^^^^^^^^^^^^^^^^^ | - = note: for more information, see tracking issue #32837 + = note: for more information, see https://github.com/rust-lang/rust/issues/32837 = help: add #![feature(panic_runtime)] to the crate attributes to enable error[E0658]: the `#[needs_panic_runtime]` attribute is an experimental feature @@ -13,7 +13,7 @@ error[E0658]: the `#[needs_panic_runtime]` attribute is an experimental feature LL | #![needs_panic_runtime] | ^^^^^^^^^^^^^^^^^^^^^^^ | - = note: for more information, see tracking issue #32837 + = note: for more information, see https://github.com/rust-lang/rust/issues/32837 = help: add #![feature(needs_panic_runtime)] to the crate attributes to enable error: aborting due to 2 previous errors |
