Update UI tests
This commit is contained in:
parent
cdbd8c2f2a
commit
fa2d9fc4b9
1200 changed files with 6168 additions and 6168 deletions
|
@ -1,7 +1,7 @@
|
|||
error: invalid format string: expected `'}'` but string was terminated
|
||||
--> $DIR/format-string-error.rs:12:5
|
||||
|
|
||||
12 | println!("{");
|
||||
LL | println!("{");
|
||||
| ^^^^^^^^^^^^^^
|
||||
|
|
||||
= note: if you intended to print `{`, you can escape it using `{{`
|
||||
|
@ -10,7 +10,7 @@ error: invalid format string: expected `'}'` but string was terminated
|
|||
error: invalid format string: unmatched `}` found
|
||||
--> $DIR/format-string-error.rs:14:5
|
||||
|
|
||||
14 | println!("}");
|
||||
LL | println!("}");
|
||||
| ^^^^^^^^^^^^^^
|
||||
|
|
||||
= note: if you intended to print `}`, you can escape it using `}}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue