1
Fork 0

Move removed-syntax tests to their own directory

This commit is contained in:
clubby789 2024-01-17 15:59:04 +00:00
parent b9ebeee4da
commit 3f7c7842e6
37 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,4 @@
fn f(+x: isize) {}
//~^ ERROR expected parameter name, found `+`
fn main() {}