]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/no-compiler-reexport.rs
Auto merge of #77893 - petertodd:2020-impl-default-for-phantompinned, r=dtolnay
[rust.git] / src / test / rustdoc / no-compiler-reexport.rs
1 // compile-flags: --no-defaults
2
3 #![crate_name = "foo"]
4
5 // @has 'foo/index.html' '//code' 'extern crate std;'
6 // @!has 'foo/index.html' '//code' 'use std::prelude::v1::*;'
7 pub struct Foo;