Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
|
@ -1,9 +0,0 @@
|
|||
fn f1<'a>(x: u8, y: &'a ...) {}
|
||||
//~^ ERROR C-variadic type `...` may not be nested inside another type
|
||||
|
||||
fn f2<'a>(x: u8, y: Vec<&'a ...>) {}
|
||||
//~^ ERROR C-variadic type `...` may not be nested inside another type
|
||||
|
||||
fn main() {
|
||||
let _recovery_witness: () = 0; //~ ERROR mismatched types
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue