1
Fork 0

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:
Matthias Krüger 2023-02-22 20:05:59 +01:00 committed by GitHub
commit baf6a72155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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