Skip to content

Commit 4fba0c0

Browse files
committed
Fix test filename for rust-lang#105700
1 parent bd4a96a commit 4fba0c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
error: recursion limit reached while expanding `#[invalid_attribute]`
2-
--> $DIR/issue_21102.rs:6:1
2+
--> $DIR/issue-105700.rs:6:1
33
|
44
LL | #![invalid_attribute]
55
| ^^^^^^^^^^^^^^^^^^^^^
66
|
7-
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "8"]` attribute to your crate (`issue_21102`)
7+
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "8"]` attribute to your crate (`issue_105700`)
88

99
error: aborting due to previous error
1010

0 commit comments

Comments
 (0)