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