summary refs log tree commit diff
path: root/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr
blob: 43f51447ac46e05647cf73b39558053088ef9998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224
  --> $DIR/panic-implementation-deprecated.rs:19:1
   |
LL | #[panic_implementation]
   | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
   |
note: lint level defined here
  --> $DIR/panic-implementation-deprecated.rs:13:9
   |
LL | #![deny(deprecated)]
   |         ^^^^^^^^^^

error: aborting due to previous error