Move some tests to more reasonable directories

This commit is contained in:
Caio
2021-11-18 12:09:34 -03:00
parent 6414e0b5b3
commit 41d9abd76c
132 changed files with 2 additions and 188 deletions

View File

@@ -0,0 +1,8 @@
error: attribute without generic parameters
--> $DIR/attribute-with-no-generics-in-parameter-list.rs:1:8
|
LL | fn foo<#[attr]>() {}
| ^^^^^^^ attributes are only permitted when preceding parameters
error: aborting due to previous error