Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
issue-110495-suffix-with-space.rs
blob: ef9c56f759296748fa04d0f553750ae90125f204 [
file
] [
log
] [
blame
]
// this test used to ICE
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
//! [Clone ()]. //~ ERROR unresolved
//! [Clone !]. //~ ERROR incompatible
//! [`Clone ()`]. //~ ERROR unresolved
//! [`Clone !`]. //~ ERROR incompatible