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