1
Fork 0

Remove licenses

This commit is contained in:
Mark Rousskov 2018-12-25 08:56:47 -07:00
parent 14b96659e4
commit 2a663555dd
16206 changed files with 14751 additions and 129518 deletions

View file

@ -1,11 +1,11 @@
error: expected one of `)` or `,`, found `(`
--> $DIR/test.rs:14:26
--> $DIR/test.rs:4:26
|
LL | struct S2(pub((foo)) ());
| ^ expected one of `)` or `,` here
error[E0412]: cannot find type `foo` in this scope
--> $DIR/test.rs:14:20
--> $DIR/test.rs:4:20
|
LL | struct S2(pub((foo)) ());
| ^^^ not found in this scope