Move some issues-* tests to better homes

These tests were updated in the previous commit; while they are being
cleaned up, move them to a non-issue directory.
This commit is contained in:
Trevor Gross 2025-06-19 06:20:05 +00:00
parent f8ab9343b8
commit c978c8986f
6 changed files with 6 additions and 8 deletions

View file

@ -1,11 +1,11 @@
error: `derive` cannot be used on items with type macros
--> $DIR/issue-32950.rs:7:22
--> $DIR/nonsense-input-to-debug.rs:7:22
|
LL | should_be_vec_t: vec![T],
| ^^^^^^^
error: expected type, found `expr` metavariable
--> $DIR/issue-32950.rs:7:22
--> $DIR/nonsense-input-to-debug.rs:7:22
|
LL | should_be_vec_t: vec![T],
| ^^^^^^^
@ -17,7 +17,7 @@ LL | should_be_vec_t: vec![T],
= note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0392]: type parameter `T` is never used
--> $DIR/issue-32950.rs:5:17
--> $DIR/nonsense-input-to-debug.rs:5:17
|
LL | struct Nonsense<T> {
| ^ unused type parameter

View file

@ -1,11 +1,11 @@
error: expected identifier or string literal
--> $DIR/issue-50403.rs:6:14
--> $DIR/empty-input.rs:6:14
|
LL | () => { ${concat()} }
| ^^^^^^^^^^
error: expected expression, found `$`
--> $DIR/issue-50403.rs:6:13
--> $DIR/empty-input.rs:6:13
|
LL | () => { ${concat()} }
| ^ expected expression