11error: unresolved link to `T`
2- --> $DIR/non-path-primitives.rs:11 :7
2+ --> $DIR/non-path-primitives.rs:12 :7
33 |
44LL | //! [[T]::rotate_left]
55 | ^ no item named `T` in scope
@@ -12,55 +12,55 @@ LL | #![deny(broken_intra_doc_links)]
1212 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
1313
1414error: unresolved link to `Z`
15- --> $DIR/non-path-primitives.rs:13 :5
15+ --> $DIR/non-path-primitives.rs:14 :5
1616 |
1717LL | //
1818 | ^ no item named `Z` in scope
1919 |
2020 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2121
2222error: unresolved link to `Z`
23- --> $DIR/non-path-primitives.rs:16 :6
23+ --> $DIR/non-path-primitives.rs:17 :6
2424 |
2525LL | //! [Z][]
2626 | ^ no item named `Z` in scope
2727 |
2828 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2929
3030error: unresolved link to `Z`
31- --> $DIR/non-path-primitives.rs:18 :6
31+ --> $DIR/non-path-primitives.rs:19 :6
3232 |
3333LL | //! [Z]: [T; N]::map
3434 | ^ no item named `Z` in scope
3535 |
3636 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
3737
3838error: unresolved link to `unit::eq`
39- --> $DIR/non-path-primitives.rs:27 :6
39+ --> $DIR/non-path-primitives.rs:28 :6
4040 |
4141LL | //! [unit::eq]
4242 | ^^^^^^^^ the builtin type `unit` has no associated item named `eq`
4343
4444error: unresolved link to `tuple::eq`
45- --> $DIR/non-path-primitives.rs:28 :6
45+ --> $DIR/non-path-primitives.rs:29 :6
4646 |
4747LL | //! [tuple::eq]
4848 | ^^^^^^^^^ the builtin type `tuple` has no associated item named `eq`
4949
5050error: unresolved link to `fn::eq`
51- --> $DIR/non-path-primitives.rs:29 :6
51+ --> $DIR/non-path-primitives.rs:30 :6
5252 |
5353LL | //! [fn::eq]
5454 | ^^^^^^ the builtin type `fn` has no associated item named `eq`
5555
5656error: unresolved link to `never::eq`
57- --> $DIR/non-path-primitives.rs:30 :6
57+ --> $DIR/non-path-primitives.rs:31 :6
5858 |
5959LL | //! [never::eq]
6060 | ^^^^^^^^^ the builtin type `never` has no associated item named `eq`
6161
6262error: unresolved link to `reference::deref`
63- --> $DIR/non-path-primitives.rs:34 :6
63+ --> $DIR/non-path-primitives.rs:35 :6
6464 |
6565LL | //! [reference::deref]
6666 | ^^^^^^^^^^^^^^^^ the builtin type `reference` has no associated item named `deref`
0 commit comments