mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-07 04:38:46 +00:00
9 lines
246 B
Rust
9 lines
246 B
Rust
![]() |
// This test ensures that an empty associated item will not crash rustdoc.
|
||
|
// This is a regression test for <https://github.com/rust-lang/rust/issues/140026>.
|
||
|
|
||
|
#[deny(rustdoc::broken_intra_doc_links)]
|
||
|
|
||
|
/// [`String::`]
|
||
|
//~^ ERROR
|
||
|
pub struct Foo;
|