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