mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
268 B
Rust
11 lines
268 B
Rust
// compile-flags:--no-defaults --passes strip-priv-imports
|
|
// aux-build:empty.rs
|
|
// ignore-cross-compile
|
|
|
|
// @has issue_27104/index.html
|
|
// @!hasraw - 'extern crate std'
|
|
// @!hasraw - 'use std::prelude::'
|
|
|
|
// @hasraw - 'pub extern crate empty'
|
|
pub extern crate empty;
|