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