Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
span
/
auxiliary
/
transitive_dep_three.rs
blob: 99b51625ac3ec2e041e34742173d133cbdd68290 [
file
] [
log
] [
blame
]
#[
macro_export
]
macro_rules
!
define_parse_error
{
()
=>
{
#[
macro_export
]
macro_rules
!
parse_error
{
()
=>
{
parse error
}
}
}
}