Modify primary span label for E0308
The previous output was unintuitive to users.
This commit is contained in:
parent
006ca9b14d
commit
62ba3e70a1
383 changed files with 889 additions and 926 deletions
|
@ -18,7 +18,7 @@ error[E0308]: mismatched types
|
|||
--> $DIR/add-tuple-within-arguments.rs:8:15
|
||||
|
|
||||
LL | bar("hi", "hi", "hi");
|
||||
| --- ^^^^ expected tuple, found `&str`
|
||||
| --- ^^^^ expected `(&str,)`, found `&str`
|
||||
| |
|
||||
| arguments to this function are incorrect
|
||||
|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue