summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/strip-priv-imports-pass-27104.rs
blob: e400a8f50118151b399842424d62ddff41b9f3d8 (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;