Skip to content

Commit 56dfba7

Browse files
committed
Update foreign format UI baselines
1 parent e7b8d13 commit 56dfba7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

tests/ui/macros/format-foreign-dollar-without-spec.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ LL | println!("%65536${}", 1);
1212
| ++
1313

1414
error: aborting due to 1 previous error
15+

tests/ui/macros/issue-92267.stderr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
error: argument never used
22
--> $DIR/issue-92267.rs:3:34
33
|
4-
LL | pub fn main() { println!("🦀%%%", 0) }
4+
LL | pub fn main() { println!("🦀%%%", 0) } //~ ERROR argument never used
55
| ------- ^ argument never used
66
| |
77
| formatting specifier missing
88
|
99
help: format specifiers use curly braces, consider adding a format specifier
1010
|
11-
LL | pub fn main() { println!("🦀%%%{}", 0) }
11+
LL | pub fn main() { println!("🦀%%%{}", 0) } //~ ERROR argument never used
1212
| ++
1313

1414
error: aborting due to 1 previous error
15+

tests/ui/macros/trailing-percent-format-hint-issue-158216.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ LL | println!("{x:>8.2}%{}", "foo");
1212
| ++
1313

1414
error: aborting due to 1 previous error
15+

0 commit comments

Comments
 (0)