Skip to content

Commit

Permalink
Rollup merge of rust-lang#108344 - Alexendoo:test-105700, r=compiler-…
Browse files Browse the repository at this point in the history
…errors

Fix test filename for rust-lang#105700

The test is for rust-lang#105700 rather than rust-lang#21102
  • Loading branch information
matthiaskrgr authored Feb 22, 2023
2 parents 2ad6a39 + 4fba0c0 commit baf6a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit baf6a72

Please sign in to comment.