We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c03a88 commit a20b062Copy full SHA for a20b062
src/test/ui/compare-method/region.stderr
@@ -6,14 +6,6 @@ error[E0276]: impl has stricter requirements than trait
6
...
7
22 | fn foo() where 'a: 'b { }
8
| ^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `'a: 'b`
9
- |
10
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
11
- = note: for more information, see issue #18937 <https://github.com/rust-lang/rust/issues/18937>
12
-note: lint level defined here
13
- --> $DIR/region.rs:12:9
14
15
-12 | #![deny(extra_requirement_in_impl)]
16
- | ^^^^^^^^^^^^^^^^^^^^^^^^^
17
18
error: aborting due to previous error
19
0 commit comments