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