Skip to content

Commit baf6a72

Browse files
authored
Rollup merge of #108344 - Alexendoo:test-105700, r=compiler-errors
Fix test filename for #105700 The test is for #105700 rather than #21102
2 parents 2ad6a39 + 4fba0c0 commit baf6a72

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)