]> git.lizzy.rs Git - rust.git/blob - tests/ui/borrowck/move-error-snippets-ext.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[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 }