Skip to content

Commit

Permalink
Updating .stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
kper committed Oct 15, 2022
1 parent 3e2e0ea commit 9e2c2a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/test/ui/macros/issue-86865.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ error: format argument must be a string literal
--> $DIR/issue-86865.rs:4:14
|
LL | println!(b"foo");
| ^^^^^^ help: consider removing the leading `b`
| -^^^^^
| |
| help: consider removing the leading `b`

error: format argument must be a string literal
--> $DIR/issue-86865.rs:8:15
|
LL | write!(s, b"foo{}", "bar");
| ^^^^^^^^ help: consider removing the leading `b`
| -^^^^^^^
| |
| help: consider removing the leading `b`

error: aborting due to 2 previous errors

0 comments on commit 9e2c2a5

Please sign in to comment.