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