libsyntax: fix casing in error message
This commit is contained in:
parent
5aac93c8fb
commit
e4e4039c5b
4 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue