rust/tests/rustdoc/strip-priv-imports-pass-27104.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
351 B
Rust
Raw Normal View History

//@ compile-flags:--no-defaults --passes strip-priv-imports
//@ aux-build:empty.rs
//@ ignore-cross-compile
2023-10-04 20:04:45 +00:00
// 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;