1
Fork 0
rust/tests/rustdoc/inline_cross/auxiliary/cross-glob.rs

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

8 lines
92 B
Rust
Raw Normal View History

2018-06-15 18:16:43 -05:00
#![crate_name = "inner"]
pub struct SomeStruct;
pub fn some_fn() {}
pub enum Shadowed {}