We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2e0ea commit 9e2c2a5Copy full SHA for 9e2c2a5
src/test/ui/macros/issue-86865.stderr
@@ -2,13 +2,17 @@ error: format argument must be a string literal
2
--> $DIR/issue-86865.rs:4:14
3
|
4
LL | println!(b"foo");
5
- | ^^^^^^ help: consider removing the leading `b`
+ | -^^^^^
6
+ | |
7
+ | help: consider removing the leading `b`
8
9
error: format argument must be a string literal
10
--> $DIR/issue-86865.rs:8:15
11
12
LL | write!(s, b"foo{}", "bar");
- | ^^^^^^^^ help: consider removing the leading `b`
13
+ | -^^^^^^^
14
15
16
17
error: aborting due to 2 previous errors
18
0 commit comments