blob: d28fdf87b77a184460fdfb47d0f10ff988884273 (
plain)
1
2
3
4
5
6
7
|
// 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;
|