rust/tests/rustdoc-html/reexport/no-compiler-reexport.rs
2026-01-07 14:23:30 +01:00

7 lines
238 B
Rust

//@ compile-flags: -Z unstable-options --document-hidden-items --document-private-items
#![crate_name = "foo"]
//@ !has 'foo/index.html' '//code' 'extern crate std;'
//@ !has 'foo/index.html' '//code' 'use std::prelude'
pub struct Foo;