about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2016-10-13 12:34:14 -0400
committerNiko Matsakis <niko@alum.mit.edu>2016-11-01 14:08:56 -0400
commita20b062663e9e5be40708609d16125d159dbbda0 (patch)
tree138c92056a5b3b3d45d052bf48fb952d620498ad
parent0c03a886d3d9cb6e43207fa66d798ac5871dcbf1 (diff)
downloadrust-a20b062663e9e5be40708609d16125d159dbbda0.tar.gz
rust-a20b062663e9e5be40708609d16125d159dbbda0.zip
update ref file
-rw-r--r--src/test/ui/compare-method/region.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/compare-method/region.stderr b/src/test/ui/compare-method/region.stderr
index 787433137b9..d5805981348 100644
--- a/src/test/ui/compare-method/region.stderr
+++ b/src/test/ui/compare-method/region.stderr
@@ -6,14 +6,6 @@ error[E0276]: impl has stricter requirements than trait
 ...
 22 |     fn foo() where 'a: 'b { }
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `'a: 'b`
-   |
-   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
-   = note: for more information, see issue #18937 <https://github.com/rust-lang/rust/issues/18937>
-note: lint level defined here
-  --> $DIR/region.rs:12:9
-   |
-12 | #![deny(extra_requirement_in_impl)]
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error