rust/tests/ui/unused-crate-deps/auxiliary/foo.rs
2023-01-11 09:32:08 +00:00

6 lines
88 B
Rust

// edition:2018
// aux-crate:bar=bar.rs
pub const FOO: &str = "foo";
pub use bar::BAR;