summaryrefslogtreecommitdiffstats
path: root/tests/ui/borrowck/move-error-snippets-ext.rs
blob: 27041d55d8fa339d934ae689a9cbeafd5581aac1 (plain)
1
2
3
4
5
6
7
// ignore-test (auxiliary, used by other tests)

macro_rules! aaa {
    ($c:ident) => {{
        let a = $c;
    }}
}