remove stray file with UI testing output

This commit is contained in:
Axary 2018-11-17 09:36:56 +01:00
parent 2be930bd03
commit 5bfdcc1ab1

View File

@ -1,8 +0,0 @@
error: unexpected `self` argument in bare function
--> $DIR/bare-function-self.rs:1:7
|
LL | fn a(&self) { }
| ^^^^ invalid argument in bare function
error: aborting due to previous error