// This test ensures that an empty associated item will not crash rustdoc. // This is a regression test for . #[deny(rustdoc::broken_intra_doc_links)] /// [`String::`] //~^ ERROR pub struct Foo;