9 lines
111 B
Rust
9 lines
111 B
Rust
// compile-flags:--test
|
|
// should-fail
|
|
|
|
/// ```
|
|
/// fail
|
|
/// ```
|
|
#[macro_export]
|
|
macro_rules! foo { () => {} }
|