Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
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
;
}}
}