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