Surround types with backticks in type errors
This commit is contained in:
parent
94c6425464
commit
6f8f70624b
351 changed files with 1086 additions and 1086 deletions
|
@ -2,7 +2,7 @@ error[E0308]: mismatched types
|
|||
--> $DIR/const-eval-overflow-3b.rs:18:22
|
||||
|
|
||||
LL | = [0; (i8::MAX + 1u8) as usize];
|
||||
| ^^^ expected i8, found u8
|
||||
| ^^^ expected `i8`, found `u8`
|
||||
|
||||
error[E0277]: cannot add `u8` to `i8`
|
||||
--> $DIR/const-eval-overflow-3b.rs:18:20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue