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