remove unnecessary stderr files
This commit is contained in:
parent
1603a70f82
commit
03db919989
@ -1,17 +0,0 @@
|
|||||||
error[E0308]: mismatched types
|
|
||||||
--> $DIR/higher-ranked-projection.rs:25:5
|
|
||||||
|
|
|
||||||
LL | foo(());
|
|
||||||
| ^^^^^^^ one type is more general than the other
|
|
||||||
|
|
|
||||||
= note: expected reference `&'a ()`
|
|
||||||
found reference `&()`
|
|
||||||
note: the lifetime requirement is introduced here
|
|
||||||
--> $DIR/higher-ranked-projection.rs:16:33
|
|
||||||
|
|
|
||||||
LL | where for<'a> &'a T: Mirror<Image=U>
|
|
||||||
| ^^^^^^^
|
|
||||||
|
|
||||||
error: aborting due to previous error
|
|
||||||
|
|
||||||
For more information about this error, try `rustc --explain E0308`.
|
|
@ -1,2 +0,0 @@
|
|||||||
error: unknown debugging option: `borrowck`
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
|||||||
error: unknown debugging option: `borrowck`
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
|||||||
error: unknown debugging option: `borrowck`
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user