rustc/tests/rustdoc-ui/intra-doc/issue-110495-suffix-with-space.rs
2024-05-08 17:27:53 +02:00

7 lines
221 B
Rust

// this test used to ICE
#![deny(rustdoc::broken_intra_doc_links)]
//! [Clone ()]. //~ ERROR unresolved
//! [Clone !]. //~ ERROR incompatible
//! [`Clone ()`]. //~ ERROR unresolved
//! [`Clone !`]. //~ ERROR incompatible