Sign in
fuchsia
/
third_party
/
rust
/
51b51b51d7931da85280382a81c4dd80c73ca754
/
.
/
tests
/
rustdoc
/
without-redirect.rs
blob: f8a332a5dd7587457062a1b4f4a98b914710adc9 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
//@ has foo/macro.bar.html
//@ has foo/macro.bar!.html
//@ !has foo/bar.m.html
#[
macro_export
]
macro_rules
!
bar
{
()
=>
{}
}
//@ has foo/struct.Bar.html
//@ !has foo/Bar.t.html
pub
struct
Bar
;