Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
borrowck
/
move-error-snippets-ext.rs
blob: 6dd68438f179c83107fdd8bba345fa906254e81f [
file
] [
log
] [
blame
]
//@ ignore-auxiliary (used by `./move-error-snippets.rs`)
macro_rules
!
aaa
{
(
$c
:
ident
)
=>
{{
let
a
=
$c
;
}}
}