Skip to content

Commit

Permalink
rename testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Feb 29, 2024
1 parent 97feb71 commit 08fa734
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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!();
| ^^^^^^^^^^^^^^^ consider moving the definition of `something_later` before this call
|
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 {
| ^^^^^^^^^^^^^^^
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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!();
| ^^^^^^^^^^^^^^^ consider moving the definition of `something_later` before this call
|
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 {
| ^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 08fa734

Please sign in to comment.