]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/redirect-map-empty.rs
Rollup merge of #107412 - tshepang:needless-check, r=wesleywiser
[rust.git] / tests / rustdoc / redirect-map-empty.rs
1 // compile-flags: -Z unstable-options --generate-redirect-map
2
3 #![crate_name = "foo"]
4
5 // @!has foo/redirect-map.json
6 pub struct Foo;