You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/test/ui/anon-params-deprecated.stderr
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ note: lint level defined here
9
9
|
10
10
LL | #![warn(anonymous_parameters)]
11
11
| ^^^^^^^^^^^^^^^^^^^^
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!
13
13
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
14
14
15
15
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
18
18
LL | fn bar_with_default_impl(String, String) {}
19
19
| ^^^^^^ help: Try naming the parameter or explicitly ignoring it: `_: String`
20
20
|
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!
22
22
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
23
23
24
24
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
27
27
LL | fn bar_with_default_impl(String, String) {}
28
28
| ^^^^^^ help: Try naming the parameter or explicitly ignoring it: `_: String`
29
29
|
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!
31
31
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
Copy file name to clipboardexpand all lines: src/test/ui/future-incompatible-lint-group.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ note: lint level defined here
10
10
LL | #![deny(future_incompatible)]
11
11
| ^^^^^^^^^^^^^^^^^^^
12
12
= 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!
14
14
= note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
0 commit comments