@@ -9,7 +9,7 @@ note: lint level defined here
99 |
1010LL | #![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
1515warning: 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
1818LL | 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
2424warning: 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
2727LL | 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
0 commit comments