Skip to content

Commit a20b062

Browse files
committed
update ref file
1 parent 0c03a88 commit a20b062

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/ui/compare-method/region.stderr

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ error[E0276]: impl has stricter requirements than trait
66
...
77
22 | fn foo() where 'a: 'b { }
88
| ^^^^^^^^^^^^^^^^^^^^^^^^^ 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-
| ^^^^^^^^^^^^^^^^^^^^^^^^^
179

1810
error: aborting due to previous error
1911

0 commit comments

Comments
 (0)