2021-12-14 00:49:29 -06:00
|
|
|
// compile-flags: -Z unstable-options --document-hidden-items --document-private-items
|
2020-10-10 08:34:18 -05:00
|
|
|
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2021-12-14 00:49:29 -06:00
|
|
|
// @!has 'foo/index.html' '//code' 'extern crate std;'
|
|
|
|
// @!has 'foo/index.html' '//code' 'use std::prelude'
|
2020-10-10 08:34:18 -05:00
|
|
|
pub struct Foo;
|