rust/src/test/rustdoc/no-compiler-reexport.rs

8 lines
189 B
Rust

// compile-flags: --no-defaults
#![crate_name = "foo"]
// @has 'foo/index.html' '//code' 'extern crate std;'
// @!has 'foo/index.html' '//code' 'use std::prelude::v1::*;'
pub struct Foo;