summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lub-glb/old-lub-glb-object.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lub-glb/old-lub-glb-object.stderr')
-rw-r--r--src/test/ui/lub-glb/old-lub-glb-object.stderr21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/ui/lub-glb/old-lub-glb-object.stderr b/src/test/ui/lub-glb/old-lub-glb-object.stderr
deleted file mode 100644
index 3d0c171e0..000000000
--- a/src/test/ui/lub-glb/old-lub-glb-object.stderr
+++ /dev/null
@@ -1,21 +0,0 @@
-error[E0308]: mismatched types
- --> $DIR/old-lub-glb-object.rs:9:14
- |
-LL | _ => y,
- | ^ one type is more general than the other
- |
- = note: expected trait object `dyn for<'a, 'b> Foo<&'a u8, &'b u8>`
- found trait object `dyn for<'a> Foo<&'a u8, &'a u8>`
-
-error[E0308]: mismatched types
- --> $DIR/old-lub-glb-object.rs:9:14
- |
-LL | _ => y,
- | ^ one type is more general than the other
- |
- = note: expected trait object `dyn for<'a, 'b> Foo<&'a u8, &'b u8>`
- found trait object `dyn for<'a> Foo<&'a u8, &'a u8>`
-
-error: aborting due to 2 previous errors
-
-For more information about this error, try `rustc --explain E0308`.