rust/tests/rustdoc/issue-27104.rs

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

11 lines
268 B
Rust
Raw Normal View History

// compile-flags:--no-defaults --passes strip-priv-imports
// aux-build:empty.rs
// ignore-cross-compile
// @has issue_27104/index.html
2022-08-12 04:44:07 +00:00
// @!hasraw - 'extern crate std'
// @!hasraw - 'use std::prelude::'
// @hasraw - 'pub extern crate empty'
pub extern crate empty;