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