Update UI tests

This commit is contained in:
Alex Crichton
2019-01-02 08:35:01 -08:00
parent 8f23ee6a59
commit 47c4347955
24 changed files with 153 additions and 129 deletions

View File

@@ -1,13 +1,13 @@
error: the start function cannot have arguments
--> $DIR/start-function.rs:9:13
|
9 | pub fn foo2(x: u32) {}
| ^^^^^^
--> $DIR/start-function.rs:11:13
|
11 | pub fn foo2(x: u32) {}
| ^^^^^^
error: the start function cannot have generics
--> $DIR/start-function.rs:12:12
--> $DIR/start-function.rs:14:12
|
12 | pub fn foo3<T>() {}
14 | pub fn foo3<T>() {}
| ^^^
error: aborting due to 2 previous errors