Skip to content

Commit 9e2c2a5

Browse files
committed
Updating .stderr
1 parent 3e2e0ea commit 9e2c2a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/test/ui/macros/issue-86865.stderr

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ error: format argument must be a string literal
22
--> $DIR/issue-86865.rs:4:14
33
|
44
LL | println!(b"foo");
5-
| ^^^^^^ help: consider removing the leading `b`
5+
| -^^^^^
6+
| |
7+
| help: consider removing the leading `b`
68

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

1317
error: aborting due to 2 previous errors
1418

0 commit comments

Comments
 (0)