Update UI tests
This commit is contained in:
parent
cdbd8c2f2a
commit
fa2d9fc4b9
1200 changed files with 6168 additions and 6168 deletions
|
|
@ -1,13 +1,13 @@
|
|||
error: only foreign functions are allowed to be variadic
|
||||
--> $DIR/invalid-variadic-function.rs:11:26
|
||||
|
|
||||
11 | extern "C" fn foo(x: u8, ...);
|
||||
LL | extern "C" fn foo(x: u8, ...);
|
||||
| ^^^
|
||||
|
||||
error: expected one of `->`, `where`, or `{`, found `;`
|
||||
--> $DIR/invalid-variadic-function.rs:11:30
|
||||
|
|
||||
11 | extern "C" fn foo(x: u8, ...);
|
||||
LL | extern "C" fn foo(x: u8, ...);
|
||||
| ^ expected one of `->`, `where`, or `{` here
|
||||
|
||||
error: aborting due to 2 previous errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue