Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
borrowck
/
move-error-snippets-ext.rs
blob: f8103228cf81c451f2d7641d15b36cd8fdbccca5 [
file
] [
log
] [
blame
]
//@ ignore-test (auxiliary, used by other tests)
macro_rules
!
aaa
{
(
$c
:
ident
)
=>
{{
let
a
=
$c
;
}}
}