Skip to content

Commit

Permalink
Rebase and fix text changed by master
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Küber committed Jul 20, 2018
1 parent f4306ff commit 85da68c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/test/ui/issue-11692-1.stderr
@@ -1,8 +1,12 @@
error: format argument must be a string literal.
error: format argument must be a string literal
--> $DIR/issue-11692-1.rs:12:12
|
LL | print!(test!());
| ^^^^^^^
help: you might be missing a string literal to format with
|
LL | print!("{}", test!());
| ^^^^^

error: aborting due to previous error

0 comments on commit 85da68c

Please sign in to comment.