]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/check.rs
Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewjasper
[rust.git] / src / test / rustdoc / check.rs
1 // compile-flags: -Z unstable-options --check
2
3 // @!has check/fn.foo.html
4 // @!has check/index.html
5 pub fn foo() {}