Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
ui
/
cross
/
cross-file-errors
/
underscore.rs
blob: 4dd91c13ea9c5c8a7b9ee6a47ff682f74b6358c4 [
file
] [
log
] [
blame
]
// ignore-test (auxiliary, used by other tests)
#![
crate_type
=
"lib"
]
macro_rules
!
underscore
{
()
=>
(
_
)
}