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