mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-13 05:25:31 +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};
|