rust/src/test/rustdoc/check.rs
2020-11-12 14:58:07 +01:00

5 lines
116 B
Rust

// compile-flags: -Z unstable-options --check
// @!has check/fn.foo.html
// @!has check/index.html
pub fn foo() {}