Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
ui
/
borrowck
/
move-error-snippets-ext.rs
blob: 27041d55d8fa339d934ae689a9cbeafd5581aac1 [
file
] [
log
] [
blame
]
// ignore-test (auxiliary, used by other tests)
macro_rules
!
aaa
{
(
$c
:
ident
)
=>
{{
let
a
=
$c
;
}}
}