Remove licenses
This commit is contained in:
parent
14b96659e4
commit
2a663555dd
16206 changed files with 14751 additions and 129518 deletions
|
@ -1,5 +1,5 @@
|
|||
error[E0423]: expected function, found type alias `A`
|
||||
--> $DIR/tuple-struct-alias.rs:15:13
|
||||
--> $DIR/tuple-struct-alias.rs:5:13
|
||||
|
|
||||
LL | let s = A(0, 1); //~ ERROR expected function
|
||||
| ^ did you mean `S`?
|
||||
|
@ -7,7 +7,7 @@ LL | let s = A(0, 1); //~ ERROR expected function
|
|||
= note: can't use a type alias as a constructor
|
||||
|
||||
error[E0532]: expected tuple struct/variant, found type alias `A`
|
||||
--> $DIR/tuple-struct-alias.rs:17:9
|
||||
--> $DIR/tuple-struct-alias.rs:7:9
|
||||
|
|
||||
LL | A(..) => {} //~ ERROR expected tuple struct/variant
|
||||
| ^ did you mean `S`?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue