mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-06 20:36:25 +00:00
9 lines
111 B
Rust
9 lines
111 B
Rust
// compile-flags:--test
|
|
// should-fail
|
|
|
|
/// ```
|
|
/// fail
|
|
/// ```
|
|
#[macro_export]
|
|
macro_rules! foo { () => {} }
|