mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-14 14:21:29 +00:00
10 lines
198 B
Rust
10 lines
198 B
Rust
#![recursion_limit="4"]
|
|
#![invalid_attribute]
|
|
#![invalid_attribute]
|
|
#![invalid_attribute]
|
|
#![invalid_attribute]
|
|
#![invalid_attribute]
|
|
//~^ERROR recursion limit reached while expanding
|
|
|
|
fn main() {}
|