diff options
| author | Alva Snædís <alva@alva.email> | 2018-09-17 03:38:15 +0000 |
|---|---|---|
| committer | Alva Snædís <alva@alva.email> | 2018-09-17 12:12:37 +0000 |
| commit | e4e4039c5b70807edfe41f6511b56520b3786ef3 (patch) | |
| tree | f84deeb8314dcf446458c4502a803f4c2d81ce20 /src/test/ui/panic-implementation | |
| parent | 5aac93c8fb4dfe16a9690b41c1b9c040608677cb (diff) | |
| download | rust-e4e4039c5b70807edfe41f6511b56520b3786ef3.tar.gz rust-e4e4039c5b70807edfe41f6511b56520b3786ef3.zip | |
libsyntax: fix casing in error message
Diffstat (limited to 'src/test/ui/panic-implementation')
| -rw-r--r-- | src/test/ui/panic-implementation/panic-implementation-deprecated.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr b/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr index 43f51447ac4..c869dddb715 100644 --- a/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr +++ b/src/test/ui/panic-implementation/panic-implementation-deprecated.stderr @@ -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] |
