about summary refs log tree commit diff
path: root/tests/rustdoc/strip-priv-imports-pass-27104.rs
blob: ad6b66dbc81dd3ef86bef71192d809c5fad1cd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//@ compile-flags:--no-defaults --passes strip-priv-imports
//@ aux-build:empty.rs
//@ ignore-cross-compile

// https://github.com/rust-lang/rust/issues/27104
#![crate_name="issue_27104"]

//@ has issue_27104/index.html
//@ !hasraw - 'extern crate std'
//@ !hasraw - 'use std::prelude::'

//@ hasraw - 'pub extern crate empty'
pub extern crate empty;