Skip to content

Commit 6e22542

Browse files
committed
test: Add empty line to tests getting new flag in next commit
1 parent 4b9c62b commit 6e22542

10 files changed

+16
-12
lines changed

tests/ui/diagnostic-width/non-1-width-unicode-multiline-label.ascii.stderr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0369]: cannot add `&str` to `&str`
2-
--> $DIR/non-1-width-unicode-multiline-label.rs:7:237
2+
--> $DIR/non-1-width-unicode-multiline-label.rs:8:237
33
|
44
LL | ...👨👩👧👦👨👩👧👦👨👩👧👦👨👩👧👦👨👩👧👦"; let _a = unicode_is_fun + " really fun!";
55
| -------------- ^ -------------- &str
@@ -14,7 +14,7 @@ LL | let _ = "👨👩👧👦👨👩👧👦👨👩👧👦👨👩👧
1414
| +++++++++++
1515

1616
error[E0369]: cannot add `&str` to `&str`
17-
--> $DIR/non-1-width-unicode-multiline-label.rs:9:384
17+
--> $DIR/non-1-width-unicode-multiline-label.rs:10:384
1818
|
1919
LL | ...👧👦👨👩👧👦👨👩👧👦"; let _a = unicode_is_fun + " really fun!";
2020
| -------------- ^ -------------- &str
@@ -29,7 +29,7 @@ LL | let _ = "👨👩👧👦👨👩👧👦👨👩👧👦👨👩👧
2929
| +++++++++++
3030

3131
error[E0369]: cannot add `&str` to `&str`
32-
--> $DIR/non-1-width-unicode-multiline-label.rs:11:260
32+
--> $DIR/non-1-width-unicode-multiline-label.rs:12:260
3333
|
3434
LL | ...࿇࿈࿉࿊࿋࿌࿍࿎࿏࿐࿑࿒࿓࿔࿕࿖࿗࿘࿙࿚"; let _a = unicode_is_fun + " really fun!";
3535
| -------------- ^ -------------- &str
@@ -44,7 +44,7 @@ LL | let _ = "ༀ༁༂༃༄༅༆༇༈༉༊་༌།༎༏༐༑༒༓
4444
| +++++++++++
4545

4646
error[E0369]: cannot add `&str` to `&str`
47-
--> $DIR/non-1-width-unicode-multiline-label.rs:13:219
47+
--> $DIR/non-1-width-unicode-multiline-label.rs:14:219
4848
|
4949
LL | ...xxxxxxxxxxxxxxxxxxxx"; let _a = unicode_is_fun + " really fun!";
5050
| -------------- ^ -------------- &str

tests/ui/diagnostic-width/non-1-width-unicode-multiline-label.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ revisions: ascii unicode
2+
23
//@[unicode] compile-flags: -Zunstable-options --error-format=human-unicode
34
// ignore-tidy-linelength
45

tests/ui/diagnostic-width/non-1-width-unicode-multiline-label.unicode.stderr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0369]: cannot add `&str` to `&str`
2-
╭▸ $DIR/non-1-width-unicode-multiline-label.rs:7:237
2+
╭▸ $DIR/non-1-width-unicode-multiline-label.rs:8:237
33
44
LL │ …👧👦👨👩👧👦👨👩👧👦👨👩👧👦👨👩👧👦👨👩👧👦"; let _a = unicode_is_fun + " really fun!";
55
│ ┬───────────── ┯ ────────────── &str
@@ -14,7 +14,7 @@ LL │ let _ = "👨👩👧👦👨👩👧👦👨👩👧👦👨👩👧
1414
╰╴ +++++++++++
1515

1616
error[E0369]: cannot add `&str` to `&str`
17-
╭▸ $DIR/non-1-width-unicode-multiline-label.rs:9:384
17+
╭▸ $DIR/non-1-width-unicode-multiline-label.rs:10:384
1818
1919
LL │ …👨👩👧👦👨👩👧👦👨👩👧👦"; let _a = unicode_is_fun + " really fun!";
2020
│ ┬───────────── ┯ ────────────── &str
@@ -29,7 +29,7 @@ LL │ let _ = "👨👩👧👦👨👩👧👦👨👩👧👦👨👩👧
2929
╰╴ +++++++++++
3030

3131
error[E0369]: cannot add `&str` to `&str`
32-
╭▸ $DIR/non-1-width-unicode-multiline-label.rs:11:260
32+
╭▸ $DIR/non-1-width-unicode-multiline-label.rs:12:260
3333
3434
LL │ …࿅࿆࿇࿈࿉࿊࿋࿌࿍࿎࿏࿐࿑࿒࿓࿔࿕࿖࿗࿘࿙࿚"; let _a = unicode_is_fun + " really fun!";
3535
│ ┬───────────── ┯ ────────────── &str
@@ -44,7 +44,7 @@ LL │ let _ = "ༀ༁༂༃༄༅༆༇༈༉༊་༌།༎༏༐༑༒༓
4444
╰╴ +++++++++++
4545

4646
error[E0369]: cannot add `&str` to `&str`
47-
╭▸ $DIR/non-1-width-unicode-multiline-label.rs:13:219
47+
╭▸ $DIR/non-1-width-unicode-multiline-label.rs:14:219
4848
4949
LL │ …xxxxxxxxxxxxxxxxxxxxxx"; let _a = unicode_is_fun + " really fun!";
5050
│ ┬───────────── ┯ ────────────── &str

tests/ui/diagnostic-width/non-whitespace-trimming-2.ascii.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0308]: mismatched types
2-
--> $DIR/non-whitespace-trimming-2.rs:6:311
2+
--> $DIR/non-whitespace-trimming-2.rs:7:311
33
|
44
LL | ...13; let _: usize = 14; let _: usize = 15; let _: () = 42; let _: usize = 0; let _: usize = 1; let _: usize = 2; let _: usize = 3; let ...
55
| -- ^^ expected `()`, found integer

tests/ui/diagnostic-width/non-whitespace-trimming-2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ revisions: ascii unicode
2+
23
//@[unicode] compile-flags: -Zunstable-options --error-format=human-unicode
34
// ignore-tidy-linelength
45

tests/ui/diagnostic-width/non-whitespace-trimming-2.unicode.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0308]: mismatched types
2-
╭▸ $DIR/non-whitespace-trimming-2.rs:6:311
2+
╭▸ $DIR/non-whitespace-trimming-2.rs:7:311
33
44
LL │ …= 13; let _: usize = 14; let _: usize = 15; let _: () = 42; let _: usize = 0; let _: usize = 1; let _: usize = 2; let _: usize = 3; let _:…
55
│ ┬─ ━━ expected `()`, found integer

tests/ui/diagnostic-width/non-whitespace-trimming-unicode.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// ignore-tidy-linelength
23

34
fn main() {

tests/ui/diagnostic-width/non-whitespace-trimming-unicode.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0308]: mismatched types
2-
--> $DIR/non-whitespace-trimming-unicode.rs:4:415
2+
--> $DIR/non-whitespace-trimming-unicode.rs:5:415
33
|
44
LL | ...♣♤♥♦♧♨♩♪♫♬♭♮♯♰♱♲♳♴♵♶♷♸♹♺♻♼♽♾♿⚀⚁⚂⚃⚄⚅⚆⚈⚉4"; let _: () = 42; let _: &str = "🦀☀☁☂☃☄★☆☇☈☉☊☋☌☍☎☏☐☑☒☓ ☖☗☘☙☚☛☜☝☞☟☠☡☢☣☤☥☦☧☨☩☪☫☬☭☮☯☰☱☲☳☴☵☶☷☸☹☺☻☼☽ ...
55
| -- ^^ expected `()`, found integer

tests/ui/diagnostic-width/non-whitespace-trimming.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// ignore-tidy-linelength
23

34
fn main() {

tests/ui/diagnostic-width/non-whitespace-trimming.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0308]: mismatched types
2-
--> $DIR/non-whitespace-trimming.rs:4:241
2+
--> $DIR/non-whitespace-trimming.rs:5:241
33
|
44
LL | ... () = (); let _: () = (); let _: () = (); let _: () = 42; let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = ...
55
| -- ^^ expected `()`, found integer

0 commit comments

Comments
 (0)