Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
duplicate
/
duplicate-check-macro-exports.rs
blob: 9ba28acfdeef11e13b72d85dd87d22eb3c9e70c9 [
file
] [
log
] [
blame
]
pub
use
std
::
panic
;
#[
macro_export
]
macro_rules
!
panic
{
()
=>
{}
}
//~ ERROR the name `panic` is defined multiple times
fn
main
()
{}