]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-27104.rs
Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk
[rust.git] / tests / rustdoc / issue-27104.rs
1 // compile-flags:--no-defaults --passes strip-priv-imports
2 // aux-build:empty.rs
3 // ignore-cross-compile
4
5 // @has issue_27104/index.html
6 // @!hasraw - 'extern crate std'
7 // @!hasraw - 'use std::prelude::'
8
9 // @hasraw - 'pub extern crate empty'
10 pub extern crate empty;