]> git.lizzy.rs Git - rust.git/blob - src/test/ui/borrowck/move-error-snippets-ext.rs
Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' 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 }