Skip to content

Commit a31216b

Browse files
committed
Auto merge of #6003 - mikerite:fix-tests-20200903, r=phansch
Update ui stderr with improved rustc output Related rust pull request: rust-lang/rust#76160 changelog: none
2 parents 7f27b12 + 93ce686 commit a31216b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/ui/issue-3145.stderr

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

0 commit comments

Comments
 (0)