2020-12-24 17:55:05 -06:00
|
|
|
error: unresolved link to `T`
|
2021-01-14 10:55:52 -06:00
|
|
|
--> $DIR/non-path-primitives.rs:12:7
|
2020-12-24 17:55:05 -06:00
|
|
|
|
|
|
|
|
LL | //! [[T]::rotate_left]
|
|
|
|
| ^ no item named `T` in scope
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/non-path-primitives.rs:1:9
|
|
|
|
|
|
2020-12-29 22:16:16 -06:00
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-12-24 17:55:05 -06:00
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
|
|
|
|
|
|
|
error: unresolved link to `Z`
|
2021-01-14 10:55:52 -06:00
|
|
|
--> $DIR/non-path-primitives.rs:14:5
|
2020-12-24 17:55:05 -06:00
|
|
|
|
|
|
|
|
LL | //![Z]([T; N]::map)
|
|
|
|
| ^ no item named `Z` in scope
|
|
|
|
|
|
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
|
|
|
|
|
|
|
error: unresolved link to `Z`
|
2021-01-14 10:55:52 -06:00
|
|
|
--> $DIR/non-path-primitives.rs:17:6
|
2020-12-24 17:55:05 -06:00
|
|
|
|
|
|
|
|
LL | //! [Z][]
|
|
|
|
| ^ no item named `Z` in scope
|
|
|
|
|
|
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
|
|
|
|
|
|
|
error: unresolved link to `Z`
|
2021-01-14 10:55:52 -06:00
|
|
|
--> $DIR/non-path-primitives.rs:19:6
|
2020-12-24 17:55:05 -06:00
|
|
|
|
|
|
|
|
LL | //! [Z]: [T; N]::map
|
|
|
|
| ^ no item named `Z` in scope
|
|
|
|
|
|
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
|
|
|
|
|
|
|
error: unresolved link to `unit::eq`
|
2021-01-14 10:55:52 -06:00
|
|
|
--> $DIR/non-path-primitives.rs:28:6
|
2020-12-24 17:55:05 -06:00
|
|
|
|
|
|
|
|
LL | //! [unit::eq]
|
|
|
|
| ^^^^^^^^ the builtin type `unit` has no associated item named `eq`
|
|
|
|
|
|
|
|
error: unresolved link to `tuple::eq`
|
2021-01-14 10:55:52 -06:00
|
|
|
--> $DIR/non-path-primitives.rs:29:6
|
2020-12-24 17:55:05 -06:00
|
|
|
|
|
|
|
|
LL | //! [tuple::eq]
|
|
|
|
| ^^^^^^^^^ the builtin type `tuple` has no associated item named `eq`
|
|
|
|
|
|
|
|
error: unresolved link to `fn::eq`
|
2021-01-14 10:55:52 -06:00
|
|
|
--> $DIR/non-path-primitives.rs:30:6
|
2020-12-24 17:55:05 -06:00
|
|
|
|
|
|
|
|
LL | //! [fn::eq]
|
|
|
|
| ^^^^^^ the builtin type `fn` has no associated item named `eq`
|
|
|
|
|
|
|
|
error: unresolved link to `reference::deref`
|
2021-12-30 11:07:05 -06:00
|
|
|
--> $DIR/non-path-primitives.rs:34:6
|
2020-12-24 17:55:05 -06:00
|
|
|
|
|
|
|
|
LL | //! [reference::deref]
|
|
|
|
| ^^^^^^^^^^^^^^^^ the builtin type `reference` has no associated item named `deref`
|
|
|
|
|
2021-12-30 11:07:05 -06:00
|
|
|
error: aborting due to 8 previous errors
|
2020-12-24 17:55:05 -06:00
|
|
|
|