mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 20:17:50 +00:00
9 lines
145 B
Rust
9 lines
145 B
Rust
![]() |
//@ 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};
|