summaryrefslogtreecommitdiffstats
path: root/tests/ui/self/arbitrary-self-from-method-substs.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/self/arbitrary-self-from-method-substs.stderr')
-rw-r--r--tests/ui/self/arbitrary-self-from-method-substs.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ui/self/arbitrary-self-from-method-substs.stderr b/tests/ui/self/arbitrary-self-from-method-substs.stderr
deleted file mode 100644
index 6c252fadf..000000000
--- a/tests/ui/self/arbitrary-self-from-method-substs.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0308]: mismatched types
- --> $DIR/arbitrary-self-from-method-substs.rs:14:5
- |
-LL | foo.get::<&Foo>();
- | ^^^ expected `&Foo`, found `Foo`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0308`.