2016-03-05 10:20:34 +00:00
|
|
|
// compile-flags:--no-defaults --passes strip-priv-imports
|
|
|
|
// aux-build:empty.rs
|
|
|
|
// ignore-cross-compile
|
|
|
|
|
2023-10-04 20:04:45 +00:00
|
|
|
// https://github.com/rust-lang/rust/issues/27104
|
2023-10-04 19:08:47 +00:00
|
|
|
#![crate_name="issue_27104"]
|
|
|
|
|
2016-03-05 10:20:34 +00:00
|
|
|
// @has issue_27104/index.html
|
2022-08-12 04:44:07 +00:00
|
|
|
// @!hasraw - 'extern crate std'
|
|
|
|
// @!hasraw - 'use std::prelude::'
|
2016-03-05 10:20:34 +00:00
|
|
|
|
2022-08-10 20:13:18 +00:00
|
|
|
// @hasraw - 'pub extern crate empty'
|
2016-03-05 10:20:34 +00:00
|
|
|
pub extern crate empty;
|