blob: 8c61c1ccb6a6534e9ebf2a6e60c25292052ce7a1 (
plain)
1
2
3
4
5
6
|
// compile-args: --crate-type lib
#![deny(broken_intra_doc_links)]
// FIXME: the old names for rustdoc lints should warn by default once `rustdoc::` makes it to the
// stable channel.
//! [x]
//~^ ERROR unresolved link
|