mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-17 19:03:33 +00:00
9 lines
171 B
Rust
9 lines
171 B
Rust
// check-pass
|
|
// aux-build: inner-crate-enum.rs
|
|
// compile-flags:-Z unstable-options --output-format json
|
|
|
|
#[doc(inline)]
|
|
pub extern crate inner_crate_enum;
|
|
|
|
fn main() {}
|