rust/tests/ui/borrowck/move-error-snippets-ext.rs
2023-04-15 16:11:42 -07:00

8 lines
118 B
Rust

// ignore-test (auxiliary, used by other tests)
macro_rules! aaa {
($c:ident) => {{
let a = $c;
}}
}