Update ui stderr with improved rustc output

Related rust pull request: rust-lang/rust#76160
This commit is contained in:
Michael Wright 2020-09-03 04:58:14 +02:00
parent 7f27b12288
commit 93ce686b5d

View file

@ -1,4 +1,4 @@
error: expected token: `,`
error: expected `,`, found `a`
--> $DIR/issue-3145.rs:2:19
|
LL | println!("{}" a); //~ERROR expected token: `,`