summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0496.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/error-codes/E0496.stderr')
-rw-r--r--src/test/ui/error-codes/E0496.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/error-codes/E0496.stderr b/src/test/ui/error-codes/E0496.stderr
deleted file mode 100644
index 80ca2b1fb..000000000
--- a/src/test/ui/error-codes/E0496.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error[E0496]: lifetime name `'a` shadows a lifetime name that is already in scope
- --> $DIR/E0496.rs:6:10
- |
-LL | impl<'a> Foo<'a> {
- | -- first declared here
-LL | fn f<'a>(x: &'a i32) {
- | ^^ lifetime `'a` already in scope
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0496`.