]> git.proxmox.com Git - rustc.git/blame - tests/ui/borrowck/move-error-snippets-ext.rs
New upstream version 1.71.1+dfsg1
[rustc.git] / tests / ui / borrowck / move-error-snippets-ext.rs
CommitLineData
49aad941 1// ignore-test (auxiliary, used by other tests)
e1599b0c
XL
2
3macro_rules! aaa {
4 ($c:ident) => {{
5 let a = $c;
6 }}
7}