2021-02-27 23:49:15 -06:00
|
|
|
// compile-args: --crate-type lib
|
|
|
|
#![deny(broken_intra_doc_links)]
|
2021-03-16 10:59:05 -05:00
|
|
|
// FIXME: the old names for rustdoc lints should warn by default once `rustdoc::` makes it to the
|
|
|
|
// stable channel.
|
2021-02-27 23:49:15 -06:00
|
|
|
//! [x]
|
|
|
|
//~^ ERROR unresolved link
|