Skip to content

Commit

Permalink
Fix test filename for rust-lang#105700
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Feb 22, 2023
1 parent bd4a96a commit 4fba0c0
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 4fba0c0

Please sign in to comment.