mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-08 13:02:00 +00:00
6 lines
78 B
Rust
6 lines
78 B
Rust
//@ aux-crate:shared=shared.rs
|
|
|
|
extern crate shared;
|
|
|
|
pub use shared::Shared;
|