mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Update ui stderr with improved rustc output
Related rust pull request: rust-lang/rust#76160
This commit is contained in:
parent
7f27b12288
commit
93ce686b5d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
error: expected token: `,`
|
||||
error: expected `,`, found `a`
|
||||
--> $DIR/issue-3145.rs:2:19
|
||||
|
|
||||
LL | println!("{}" a); //~ERROR expected token: `,`
|
||||
|
|
Loading…
Reference in a new issue