rust/tests/rustdoc/check.rs

6 lines
117 B
Rust
Raw Normal View History

//@ compile-flags: -Z unstable-options --check
2020-11-12 07:58:07 -06:00
//@ !has check/fn.foo.html
//@ !has check/index.html
2020-11-12 07:58:07 -06:00
pub fn foo() {}