rust/tests/rustdoc-ui/intra-doc/inline-external-enum.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
171 B
Rust
Raw Normal View History

// 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() {}