blob: 9b1114e9ce62bd8df10b20ee618ce985c035cf95 [file] [log] [blame]
error: recursion limit reached while expanding `#[invalid_attribute]`
--> $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_105700`)
error: aborting due to previous error