rust/tests/rustdoc/redirect-map-empty.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
135 B
Rust
Raw Normal View History

//@ compile-flags: -Z unstable-options --generate-redirect-map
#![crate_name = "foo"]
//@ !has foo/redirect-map.json
pub struct Foo;