Skip to content

Commit 85da68c

Browse files
author
Esteban Küber
committed
Rebase and fix text changed by master
1 parent f4306ff commit 85da68c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/ui/issue-11692-1.stderr

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
error: format argument must be a string literal.
1+
error: format argument must be a string literal
22
--> $DIR/issue-11692-1.rs:12:12
33
|
44
LL | print!(test!());
55
| ^^^^^^^
6+
help: you might be missing a string literal to format with
7+
|
8+
LL | print!("{}", test!());
9+
| ^^^^^
610

711
error: aborting due to previous error
812

0 commit comments

Comments
 (0)