2022-09-12 13:11:37 -05:00
|
|
|
error: unclosed HTML tag `Item`
|
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:11:28
|
2022-02-01 23:22:57 -06:00
|
|
|
|
|
2022-09-12 13:11:37 -05:00
|
|
|
LL | /// This <[u32] as Iterator<Item>> thing!
|
|
|
|
| ^^^^^^
|
2022-02-01 23:22:57 -06:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:1:9
|
|
|
|
|
|
|
|
|
LL | #![deny(rustdoc::invalid_html_tags)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-09-12 13:11:37 -05:00
|
|
|
error: unclosed HTML tag `Vec`
|
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:25:10
|
|
|
|
|
|
|
|
|
LL | /// This <Vec as IntoIter>::Iter thing!
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: unclosed HTML tag `Vec`
|
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:32:13
|
|
|
|
|
|
|
|
|
LL | /// This Vec<Vec as IntoIter>::Iter thing!
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: unclosed HTML tag `Vec`
|
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:39:13
|
|
|
|
|
|
|
|
|
LL | /// This Vec<Vec as IntoIter> thing!
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: unclosed HTML tag `i32`
|
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:46:17
|
|
|
|
|
|
|
|
|
LL | /// This Vec<Vec<i32> as IntoIter> thing!
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: unclosed HTML tag `i32`
|
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:53:13
|
|
|
|
|
|
|
|
|
LL | /// This Vec<i32 class="test"> thing!
|
|
|
|
| ^^^^
|
|
|
|
|
2022-02-01 23:22:57 -06:00
|
|
|
error: unopened HTML tag `i32`
|
2022-09-12 13:11:37 -05:00
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:62:13
|
2022-02-01 23:22:57 -06:00
|
|
|
|
|
|
|
|
LL | /// This Vec</i32> thing!
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
error: unclosed HTML tag `i32`
|
2022-09-12 13:11:37 -05:00
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:67:13
|
2022-02-01 23:22:57 -06:00
|
|
|
|
|
|
|
|
LL | /// This 123<i32> thing!
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: unclosed HTML tag `i32`
|
2022-09-12 13:11:37 -05:00
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:72:14
|
2022-02-01 23:22:57 -06:00
|
|
|
|
|
|
|
|
LL | /// This Vec:<i32> thing!
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: unclosed HTML tag `i32`
|
2022-09-12 13:11:37 -05:00
|
|
|
--> $DIR/html-as-generics-no-suggestions.rs:77:39
|
2022-02-01 23:22:57 -06:00
|
|
|
|
|
|
|
|
LL | /// This [link](https://rust-lang.org)<i32> thing!
|
|
|
|
| ^^^^^
|
|
|
|
|
2022-09-12 13:11:37 -05:00
|
|
|
error: aborting due to 10 previous errors
|
2022-02-01 23:22:57 -06:00
|
|
|
|