rename testcase

This commit is contained in:
yukang 2024-02-29 19:06:31 +08:00
parent 97feb71254
commit 08fa734e32
4 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
error: cannot find macro `something_later` in this scope error: cannot find macro `something_later` in this scope
--> $DIR/issue-121061-defined-later-2.rs:3:9 --> $DIR/defined-later-issue-121061-2.rs:3:9
| |
LL | something_later!(); LL | something_later!();
| ^^^^^^^^^^^^^^^ consider moving the definition of `something_later` before this call | ^^^^^^^^^^^^^^^ consider moving the definition of `something_later` before this call
| |
note: a macro with the same name exists, but it appears later at here note: a macro with the same name exists, but it appears later at here
--> $DIR/issue-121061-defined-later-2.rs:6:18 --> $DIR/defined-later-issue-121061-2.rs:6:18
| |
LL | macro_rules! something_later { LL | macro_rules! something_later {
| ^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^

View File

@ -1,11 +1,11 @@
error: cannot find macro `something_later` in this scope error: cannot find macro `something_later` in this scope
--> $DIR/issue-121061-defined-later.rs:2:5 --> $DIR/defined-later-issue-121061.rs:2:5
| |
LL | something_later!(); LL | something_later!();
| ^^^^^^^^^^^^^^^ consider moving the definition of `something_later` before this call | ^^^^^^^^^^^^^^^ consider moving the definition of `something_later` before this call
| |
note: a macro with the same name exists, but it appears later at here note: a macro with the same name exists, but it appears later at here
--> $DIR/issue-121061-defined-later.rs:5:14 --> $DIR/defined-later-issue-121061.rs:5:14
| |
LL | macro_rules! something_later { LL | macro_rules! something_later {
| ^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^