normalize use of backticks in compiler messages for librustc_lint
This commit is contained in:
parent
1301422a6c
commit
0385d64d19
15 changed files with 65 additions and 65 deletions
|
|
@ -1,4 +1,4 @@
|
|||
error: type does not implement `fmt::Debug`; consider adding #[derive(Debug)] or a manual implementation
|
||||
error: type does not implement `fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
|
||||
--> $DIR/missing_debug_impls.rs:7:1
|
||||
|
|
||||
LL | pub enum A {}
|
||||
|
|
@ -10,7 +10,7 @@ note: lint level defined here
|
|||
LL | #![deny(missing_debug_implementations)]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: type does not implement `fmt::Debug`; consider adding #[derive(Debug)] or a manual implementation
|
||||
error: type does not implement `fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
|
||||
--> $DIR/missing_debug_impls.rs:20:1
|
||||
|
|
||||
LL | pub struct Foo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue