mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
10 lines
148 B
Rust
10 lines
148 B
Rust
// aux-build:issue-36031.rs
|
|
// build-aux-docs
|
|
// ignore-cross-compile
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
extern crate issue_36031;
|
|
|
|
pub use issue_36031::Foo;
|