normalize use of backticks in compiler messages for librustc_lint

This commit is contained in:
Samy Kacimi 2019-07-19 00:05:23 +02:00
parent 1301422a6c
commit 0385d64d19
No known key found for this signature in database
GPG key ID: E2294E922F4C56E5
15 changed files with 65 additions and 65 deletions

View file

@ -10,7 +10,7 @@ note: lint level defined here
LL | #![deny(unused_attributes)]
| ^^^^^^^^^^^^^^^^^
error: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
error: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
--> $DIR/invalid-plugin-attr.rs:4:1
|
LL | #[plugin(bla)]