]> git.lizzy.rs Git - rust.git/blob - tests/ui/borrowck/move-error-snippets-ext.rs
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[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 }