summaryrefslogtreecommitdiffstats
path: root/tests/ui/object-safety/assoc_type_bounds_sized.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/object-safety/assoc_type_bounds_sized.stderr')
-rw-r--r--tests/ui/object-safety/assoc_type_bounds_sized.stderr12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/ui/object-safety/assoc_type_bounds_sized.stderr b/tests/ui/object-safety/assoc_type_bounds_sized.stderr
deleted file mode 100644
index 49d624f9b..000000000
--- a/tests/ui/object-safety/assoc_type_bounds_sized.stderr
+++ /dev/null
@@ -1,12 +0,0 @@
-error[E0191]: the value of the associated type `Bar` (from trait `Foo`) must be specified
- --> $DIR/assoc_type_bounds_sized.rs:7:16
- |
-LL | type Bar
- | -------- `Bar` defined here
-...
-LL | fn foo(_: &dyn Foo) {}
- | ^^^ help: specify the associated type: `Foo<Bar = Type>`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0191`.