]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/suggestions/html-as-generics-no-suggestions.stderr
Update unsuspicious file list
[rustc.git] / src / test / rustdoc-ui / suggestions / html-as-generics-no-suggestions.stderr
CommitLineData
f2b60f7d
FG
1error: unclosed HTML tag `Item`
2 --> $DIR/html-as-generics-no-suggestions.rs:11:28
5099ac24 3 |
f2b60f7d
FG
4LL | /// This <[u32] as Iterator<Item>> thing!
5 | ^^^^^^
5099ac24
FG
6 |
7note: the lint level is defined here
8 --> $DIR/html-as-generics-no-suggestions.rs:1:9
9 |
10LL | #![deny(rustdoc::invalid_html_tags)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
12
f2b60f7d
FG
13error: unclosed HTML tag `Vec`
14 --> $DIR/html-as-generics-no-suggestions.rs:25:10
15 |
16LL | /// This <Vec as IntoIter>::Iter thing!
17 | ^^^^
18
19error: unclosed HTML tag `Vec`
20 --> $DIR/html-as-generics-no-suggestions.rs:32:13
21 |
22LL | /// This Vec<Vec as IntoIter>::Iter thing!
23 | ^^^^
24
25error: unclosed HTML tag `Vec`
26 --> $DIR/html-as-generics-no-suggestions.rs:39:13
27 |
28LL | /// This Vec<Vec as IntoIter> thing!
29 | ^^^^
30
31error: unclosed HTML tag `i32`
32 --> $DIR/html-as-generics-no-suggestions.rs:46:17
33 |
34LL | /// This Vec<Vec<i32> as IntoIter> thing!
35 | ^^^^^
36
37error: unclosed HTML tag `i32`
38 --> $DIR/html-as-generics-no-suggestions.rs:53:13
39 |
40LL | /// This Vec<i32 class="test"> thing!
41 | ^^^^
42
5099ac24 43error: unopened HTML tag `i32`
f2b60f7d 44 --> $DIR/html-as-generics-no-suggestions.rs:62:13
5099ac24
FG
45 |
46LL | /// This Vec</i32> thing!
47 | ^^^^^^
48
49error: unclosed HTML tag `i32`
f2b60f7d 50 --> $DIR/html-as-generics-no-suggestions.rs:67:13
5099ac24
FG
51 |
52LL | /// This 123<i32> thing!
53 | ^^^^^
54
55error: unclosed HTML tag `i32`
f2b60f7d 56 --> $DIR/html-as-generics-no-suggestions.rs:72:14
5099ac24
FG
57 |
58LL | /// This Vec:<i32> thing!
59 | ^^^^^
60
61error: unclosed HTML tag `i32`
f2b60f7d 62 --> $DIR/html-as-generics-no-suggestions.rs:77:39
5099ac24
FG
63 |
64LL | /// This [link](https://rust-lang.org)<i32> thing!
65 | ^^^^^
66
f2b60f7d 67error: aborting due to 10 previous errors
5099ac24 68