about summary refs log tree commit diff
path: root/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2018-11-02 02:22:30 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2018-11-02 02:22:30 +0300
commit29d2ceae7c03fb4a4d99e4e766cf212fb9582ffa (patch)
tree889e40eb304ad091e669608fdad73e62a0e101d0 /src/test/ui/panic-implementation/panic-implementation-deprecated.stderr
parent89cf577c73b70e66157d9a4ff6560e738d039ab1 (diff)
downloadrust-29d2ceae7c03fb4a4d99e4e766cf212fb9582ffa.tar.gz
rust-29d2ceae7c03fb4a4d99e4e766cf212fb9582ffa.zip
Remove deprecated unstable `#[panic_implementation]`
It was superseded by `#[panic_handler]`
Diffstat (limited to 'src/test/ui/panic-implementation/panic-implementation-deprecated.stderr')
-rw-r--r--src/test/ui/panic-implementation/panic-implementation-deprecated.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr b/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr
deleted file mode 100644
index fabfba94878..00000000000
--- a/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-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: replace this attribute with `#[panic_handler]`
-   |
-note: lint level defined here
-  --> $DIR/panic-implementation-deprecated.rs:13:9
-   |
-LL | #![deny(deprecated)]
-   |         ^^^^^^^^^^
-
-error: aborting due to previous error
-