]> git.lizzy.rs Git - rust.git/blob - tests/ui/borrowck/move-error-snippets-ext.rs
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / ui / borrowck / move-error-snippets-ext.rs
1 // ignore-test
2
3 macro_rules! aaa {
4     ($c:ident) => {{
5         let a = $c;
6     }}
7 }