]> git.lizzy.rs Git - rust.git/blob - src/test/ui/borrowck/move-error-snippets-ext.rs
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
[rust.git] / src / test / ui / borrowck / move-error-snippets-ext.rs
1 // ignore-test
2
3 macro_rules! aaa {
4     ($c:ident) => {{
5         let a = $c;
6     }}
7 }