diff options
| author | Matthias Prechtl <m.sleepypanda@gmail.com> | 2020-02-07 13:07:02 +0100 |
|---|---|---|
| committer | Matthias Prechtl <m.sleepypanda@gmail.com> | 2020-02-09 20:43:49 +0100 |
| commit | 7b555178aef4045685eb359204b565a4bb8d1a9f (patch) | |
| tree | 1e70243305ad8c731063a496d312b43e022a942e /src/test/ui/panic-runtime | |
| parent | f35a7c38da65c9a006c0c7dbd73685b552b3cbf9 (diff) | |
| download | rust-7b555178aef4045685eb359204b565a4bb8d1a9f.tar.gz rust-7b555178aef4045685eb359204b565a4bb8d1a9f.zip | |
--bless --compare-mode=nll
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 ab5d9f8cda4..e067ccaebcf 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 https://github.com/rust-lang/rust/issues/32837 + = note: see issue #32837 <https://github.com/rust-lang/rust/issues/32837> for more information = 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 https://github.com/rust-lang/rust/issues/32837 + = note: see issue #32837 <https://github.com/rust-lang/rust/issues/32837> for more information = help: add `#![feature(needs_panic_runtime)]` to the crate attributes to enable error: aborting due to 2 previous errors |
