1
Fork 0

cleanup: Add main functions to some UI tests

This commit is contained in:
Vadim Petrochenkov 2018-08-23 02:19:38 +03:00
parent c2afca3667
commit c56adf6413
48 changed files with 91 additions and 165 deletions

View file

@ -10,11 +10,6 @@ error[E0412]: cannot find type `foo` in this scope
LL | struct S2(pub((foo)) ());
| ^^^ not found in this scope
error[E0601]: `main` function not found in crate `test`
|
= note: consider adding a `main` function to `$DIR/test.rs`
error: aborting due to 2 previous errors
error: aborting due to 3 previous errors
Some errors occurred: E0412, E0601.
For more information about an error, try `rustc --explain E0412`.
For more information about this error, try `rustc --explain E0412`.