2020-07-19 17:03:35 +00:00
|
|
|
|
error: unresolved link to `i`
|
2020-11-29 02:10:37 +00:00
|
|
|
|
--> $DIR/span-ice-55723.rs:9:10
|
2018-11-15 00:14:31 +00:00
|
|
|
|
|
|
|
|
|
|
LL | /// (arr[i])
|
2020-10-03 02:53:09 +00:00
|
|
|
|
| ^ no item named `i` in scope
|
2018-11-15 00:14:31 +00:00
|
|
|
|
|
|
2022-09-23 18:34:34 +00: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-29 02:10:37 +00:00
|
|
|
|
--> $DIR/span-ice-55723.rs:1:9
|
2018-11-15 00:14:31 +00:00
|
|
|
|
|
|
2020-12-30 04:16:16 +00:00
|
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-11-15 00:14:31 +00:00
|
|
|
|
|
2018-12-08 19:30:23 +00:00
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|