7 lines
116 B
Rust
7 lines
116 B
Rust
#![no_std]
|
|
|
|
#[macro_use(foo(bar))] //~ ERROR malformed `macro_use` attribute input
|
|
extern crate std;
|
|
|
|
fn main() {}
|