mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 15:48:04 +00:00
8 lines
128 B
Rust
8 lines
128 B
Rust
//@ ignore-auxiliary (used by `./move-error-snippets.rs`)
|
|
|
|
macro_rules! aaa {
|
|
($c:ident) => {{
|
|
let a = $c;
|
|
}}
|
|
}
|