Move removed-syntax
tests to their own directory
This commit is contained in:
parent
b9ebeee4da
commit
3f7c7842e6
37 changed files with 0 additions and 0 deletions
4
tests/ui/parser/removed-syntax/removed-syntax-mode.rs
Normal file
4
tests/ui/parser/removed-syntax/removed-syntax-mode.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
fn f(+x: isize) {}
|
||||
//~^ ERROR expected parameter name, found `+`
|
||||
|
||||
fn main() {}
|
Loading…
Add table
Add a link
Reference in a new issue