mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
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() {}
|