]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/no-crate-filter.rs
Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk
[rust.git] / tests / rustdoc / no-crate-filter.rs
1 #![crate_name = "foo"]
2
3 // compile-flags: -Z unstable-options --disable-per-crate-search
4
5 // @!has 'foo/struct.Foo.html' '//*[id="crate-search"]' ''
6 pub struct Foo;