summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-panic-implementation.stderr
blob: 926a49ae83199b4c6e07c386d6f5a3719ecfb685 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: This attribute was renamed to `panic_handler` (see issue #44489)
  --> $DIR/feature-gate-panic-implementation.rs:18:1
   |
LL | #[panic_implementation] //~ ERROR This attribute was renamed to `panic_handler` (see issue #44489)
   | ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(panic_implementation)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.