1
Fork 0

Update UI tests

This commit is contained in:
Vadim Petrochenkov 2018-02-23 03:42:32 +03:00
parent cdbd8c2f2a
commit fa2d9fc4b9
1200 changed files with 6168 additions and 6168 deletions

View file

@ -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 `}}`