mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
13 lines
217 B
Rust
13 lines
217 B
Rust
//@ aux-build:issue-36031.rs
|
|
//@ check-pass
|
|
//@ build-aux-docs
|
|
//@ ignore-cross-compile
|
|
|
|
// https://github.com/rust-lang/rust/issues/36031
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
extern crate issue_36031;
|
|
|
|
pub use issue_36031::Foo;
|