]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/suggestions/html-as-generics-no-suggestions.stderr
Rollup merge of #93469 - compiler-errors:issue-93450, r=estebank
[rust.git] / src / test / rustdoc-ui / suggestions / html-as-generics-no-suggestions.stderr
1 error: unclosed HTML tag `i32`
2   --> $DIR/html-as-generics-no-suggestions.rs:11:13
3    |
4 LL | /// This Vec<i32 class="test"> thing!
5    |             ^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/html-as-generics-no-suggestions.rs:1:9
9    |
10 LL | #![deny(rustdoc::invalid_html_tags)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: unopened HTML tag `i32`
14   --> $DIR/html-as-generics-no-suggestions.rs:20:13
15    |
16 LL | /// This Vec</i32> thing!
17    |             ^^^^^^
18
19 error: unclosed HTML tag `i32`
20   --> $DIR/html-as-generics-no-suggestions.rs:25:13
21    |
22 LL | /// This 123<i32> thing!
23    |             ^^^^^
24
25 error: unclosed HTML tag `i32`
26   --> $DIR/html-as-generics-no-suggestions.rs:30:14
27    |
28 LL | /// This Vec:<i32> thing!
29    |              ^^^^^
30
31 error: unclosed HTML tag `i32`
32   --> $DIR/html-as-generics-no-suggestions.rs:35:39
33    |
34 LL | /// This [link](https://rust-lang.org)<i32> thing!
35    |                                       ^^^^^
36
37 error: aborting due to 5 previous errors
38