Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
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
;
}}
}