Rollup merge of #108344 - Alexendoo:test-105700, r=compiler-errors
Fix test filename for #105700 The test is for #105700 rather than #21102
This commit is contained in:
commit
baf6a72155
2 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
error: recursion limit reached while expanding `#[invalid_attribute]`
|
||||
--> $DIR/issue_21102.rs:6:1
|
||||
--> $DIR/issue-105700.rs:6:1
|
||||
|
|
||||
LL | #![invalid_attribute]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
||||
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "8"]` attribute to your crate (`issue_21102`)
|
||||
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "8"]` attribute to your crate (`issue_105700`)
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue