Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 13b67fb

Browse files
committed
bless ui tests
1 parent ad3d1fc commit 13b67fb

File tree

500 files changed

+1194
-1194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

500 files changed

+1194
-1194
lines changed

src/test/ui/abi/unsupported.aarch64.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ warning: use of calling convention not supported on this target
5252
LL | extern "stdcall" fn stdcall() {}
5353
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5454
|
55-
= note: `#[warn(unsupported_calling_conventions)]` on by default
5655
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
5756
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
57+
= note: `#[warn(unsupported_calling_conventions)]` on by default
5858

5959
error: aborting due to 8 previous errors; 1 warning emitted
6060

src/test/ui/abi/unsupported.arm.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ warning: use of calling convention not supported on this target
4646
LL | extern "stdcall" fn stdcall() {}
4747
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4848
|
49-
= note: `#[warn(unsupported_calling_conventions)]` on by default
5049
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
5150
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
51+
= note: `#[warn(unsupported_calling_conventions)]` on by default
5252

5353
error: aborting due to 7 previous errors; 1 warning emitted
5454

src/test/ui/abi/unsupported.x64.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ warning: use of calling convention not supported on this target
4646
LL | extern "stdcall" fn stdcall() {}
4747
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4848
|
49-
= note: `#[warn(unsupported_calling_conventions)]` on by default
5049
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
5150
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
51+
= note: `#[warn(unsupported_calling_conventions)]` on by default
5252

5353
error: aborting due to 7 previous errors; 1 warning emitted
5454

src/test/ui/anon-params/anon-params-deprecated.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ warning: anonymous parameters are deprecated and will be removed in the next edi
44
LL | fn foo(i32);
55
| ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32`
66
|
7+
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
8+
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
79
note: the lint level is defined here
810
--> $DIR/anon-params-deprecated.rs:1:9
911
|
1012
LL | #![warn(anonymous_parameters)]
1113
| ^^^^^^^^^^^^^^^^^^^^
12-
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
13-
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
1414

1515
warning: anonymous parameters are deprecated and will be removed in the next edition
1616
--> $DIR/anon-params-deprecated.rs:12:30

src/test/ui/array-slice-vec/array_const_index-0.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ error: any use of this value will cause an error
44
LL | const B: i32 = (&A)[1];
55
| ------------ ^^^^^^^ index out of bounds: the length is 0 but the index is 1
66
|
7-
= note: `#[deny(const_err)]` on by default
87
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
98
= note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
9+
= note: `#[deny(const_err)]` on by default
1010

1111
error: aborting due to previous error
1212

@@ -17,7 +17,7 @@ error: any use of this value will cause an error
1717
LL | const B: i32 = (&A)[1];
1818
| ------------ ^^^^^^^ index out of bounds: the length is 0 but the index is 1
1919
|
20-
= note: `#[deny(const_err)]` on by default
2120
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
2221
= note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
22+
= note: `#[deny(const_err)]` on by default
2323

src/test/ui/array-slice-vec/array_const_index-1.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ error: any use of this value will cause an error
44
LL | const B: i32 = A[1];
55
| ------------ ^^^^ index out of bounds: the length is 0 but the index is 1
66
|
7-
= note: `#[deny(const_err)]` on by default
87
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
98
= note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
9+
= note: `#[deny(const_err)]` on by default
1010

1111
error: aborting due to previous error
1212

@@ -17,7 +17,7 @@ error: any use of this value will cause an error
1717
LL | const B: i32 = A[1];
1818
| ------------ ^^^^ index out of bounds: the length is 0 but the index is 1
1919
|
20-
= note: `#[deny(const_err)]` on by default
2120
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
2221
= note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
22+
= note: `#[deny(const_err)]` on by default
2323

src/test/ui/asm/aarch64/type-check-3.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ warning: formatting may not be suitable for sub-register argument
44
LL | asm!("{}", in(reg) 0u8);
55
| ^^ --- for this argument
66
|
7-
= note: `#[warn(asm_sub_register)]` on by default
87
= help: use `{0:w}` to have the register formatted as `w0`
98
= help: or use `{0:x}` to keep the default formatting of `x0`
9+
= note: `#[warn(asm_sub_register)]` on by default
1010

1111
warning: formatting may not be suitable for sub-register argument
1212
--> $DIR/type-check-3.rs:50:15

src/test/ui/asm/bad-template.aarch64_mirunsafeck.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ warning: formatting may not be suitable for sub-register argument
189189
LL | asm!("{:foo}", in(reg) foo);
190190
| ^^^^^^ --- for this argument
191191
|
192-
= note: `#[warn(asm_sub_register)]` on by default
193192
= help: use `{0:w}` to have the register formatted as `w0`
194193
= help: or use `{0:x}` to keep the default formatting of `x0`
194+
= note: `#[warn(asm_sub_register)]` on by default
195195

196196
error: aborting due to 21 previous errors; 1 warning emitted
197197

src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ warning: formatting may not be suitable for sub-register argument
189189
LL | asm!("{:foo}", in(reg) foo);
190190
| ^^^^^^ --- for this argument
191191
|
192-
= note: `#[warn(asm_sub_register)]` on by default
193192
= help: use `{0:w}` to have the register formatted as `w0`
194193
= help: or use `{0:x}` to keep the default formatting of `x0`
194+
= note: `#[warn(asm_sub_register)]` on by default
195195

196196
error: aborting due to 21 previous errors; 1 warning emitted
197197

src/test/ui/asm/bad-template.x86_64_mirunsafeck.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ warning: formatting may not be suitable for sub-register argument
189189
LL | asm!("{:foo}", in(reg) foo);
190190
| ^^^^^^ --- for this argument
191191
|
192-
= note: `#[warn(asm_sub_register)]` on by default
193192
= help: use `{0:e}` to have the register formatted as `eax`
194193
= help: or use `{0:r}` to keep the default formatting of `rax`
194+
= note: `#[warn(asm_sub_register)]` on by default
195195

196196
error: aborting due to 21 previous errors; 1 warning emitted
197197

0 commit comments

Comments
 (0)