mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 04:27:33 +00:00
15 lines
406 B
Plaintext
15 lines
406 B
Plaintext
![]() |
error: unresolved link to `String::`
|
||
|
--> $DIR/empty-associated-items.rs:6:7
|
||
|
|
|
||
|
LL | /// [`String::`]
|
||
|
| ^^^^^^^^ the struct `String` has no field or associated item named ``
|
||
|
|
|
||
|
note: the lint level is defined here
|
||
|
--> $DIR/empty-associated-items.rs:4:8
|
||
|
|
|
||
|
LL | #[deny(rustdoc::broken_intra_doc_links)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|