rust/tests/rustdoc/resolve-ice-124363.rs

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

8 lines
64 B
Rust
Raw Normal View History

/**
*/
pub mod A {
#![doc = "{
Foo { },
}"]
}