diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/self/arbitrary-self-from-method-substs.stderr | 9 |
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`. |