Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
pub-proc-item.rs
blob: 413efb40b0da538567207a3cd4875872304ee8c0 [
file
] [
log
] [
blame
]
//@ aux-build:in-proc-item-comment.rs
//@ check-pass
// issue#132743
extern
crate in_proc_item_comment
;
pub
use
in_proc_item_comment
::{
f
,
g
};