summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/suggestions/html-as-generics-no-suggestions.stderr
blob: 3856a251321b230455283eb1cfac965e449c7a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
error: unclosed HTML tag `Item`
  --> $DIR/html-as-generics-no-suggestions.rs:11:28
   |
LL | /// This <[u32] as Iterator<Item>> thing!
   |                            ^^^^^^
   |
note: the lint level is defined here
  --> $DIR/html-as-generics-no-suggestions.rs:1:9
   |
LL | #![deny(rustdoc::invalid_html_tags)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^

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!
   |             ^^^^

error: unopened HTML tag `i32`
  --> $DIR/html-as-generics-no-suggestions.rs:62:13
   |
LL | /// This Vec</i32> thing!
   |             ^^^^^^

error: unclosed HTML tag `i32`
  --> $DIR/html-as-generics-no-suggestions.rs:67:13
   |
LL | /// This 123<i32> thing!
   |             ^^^^^

error: unclosed HTML tag `i32`
  --> $DIR/html-as-generics-no-suggestions.rs:72:14
   |
LL | /// This Vec:<i32> thing!
   |              ^^^^^

error: unclosed HTML tag `i32`
  --> $DIR/html-as-generics-no-suggestions.rs:77:39
   |
LL | /// This [link](https://rust-lang.org)<i32> thing!
   |                                       ^^^^^

error: aborting due to 10 previous errors