Skip to content

Commit 548f28e

Browse files
committed
fix test stderrs
1 parent 6c264d7 commit 548f28e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ note: lint level defined here
99
|
1010
LL | #![warn(anonymous_parameters)]
1111
| ^^^^^^^^^^^^^^^^^^^^
12-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
12+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
1313
= 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.
@@ -18,7 +18,7 @@ warning: anonymous parameters are deprecated and will be removed in the next edi
1818
LL | fn bar_with_default_impl(String, String) {}
1919
| ^^^^^^ help: Try naming the parameter or explicitly ignoring it: `_: String`
2020
|
21-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
21+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
2222
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
2323

2424
warning: anonymous parameters are deprecated and will be removed in the next edition.
@@ -27,6 +27,6 @@ warning: anonymous parameters are deprecated and will be removed in the next edi
2727
LL | fn bar_with_default_impl(String, String) {}
2828
| ^^^^^^ help: Try naming the parameter or explicitly ignoring it: `_: String`
2929
|
30-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
30+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
3131
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
3232

src/test/ui/future-incompatible-lint-group.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ note: lint level defined here
1010
LL | #![deny(future_incompatible)]
1111
| ^^^^^^^^^^^^^^^^^^^
1212
= note: #[deny(anonymous_parameters)] implied by #[deny(future_incompatible)]
13-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
13+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
1414
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
1515

1616
error: aborting due to previous error

0 commit comments

Comments
 (0)