rust/tests/ui/rust-2018/uniform-paths/auxiliary/cross-crate.rs

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

6 lines
108 B
Rust
Raw Normal View History

// edition:2018
pub use ignore as built_in_attr;
pub use u8 as built_in_type;
pub use rustfmt as tool_mod;