2020-07-19 12:03:35 -05:00
|
|
|
|
error: unresolved link to `i`
|
2020-11-28 20:10:37 -06:00
|
|
|
|
--> $DIR/span-ice-55723.rs:9:10
|
2018-11-14 18:14:31 -06:00
|
|
|
|
|
|
|
|
|
|
LL | /// (arr[i])
|
2020-10-02 21:53:09 -05:00
|
|
|
|
| ^ no item named `i` in scope
|
2018-11-14 18:14:31 -06:00
|
|
|
|
|
|
2022-09-23 13:34:34 -05:00
|
|
|
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
2020-01-22 17:57:38 -06:00
|
|
|
|
note: the lint level is defined here
|
2020-11-28 20:10:37 -06:00
|
|
|
|
--> $DIR/span-ice-55723.rs:1:9
|
2018-11-14 18:14:31 -06:00
|
|
|
|
|
|
2020-12-29 22:16:16 -06:00
|
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-11-14 18:14:31 -06:00
|
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
|
error: aborting due to 1 previous error
|
2018-12-08 13:30:23 -06:00
|
|
|
|
|