Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
cross
/
cross-file-errors
/
underscore.rs
blob: 9bad2268b98e91096a4ae640ae924a934c15902d [
file
] [
log
] [
blame
]
//@ ignore-auxiliary (used by `./main.rs`)
macro_rules
!
underscore
{
()
=>
(
_
)
}