summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/suggestions/html-as-generics-no-suggestions.stderr
blob: 832b8b2cac79ade3733a693eaaf048363e75c3d8 (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
error: unclosed HTML tag `i32`
  --> $DIR/html-as-generics-no-suggestions.rs:11:13
   |
LL | /// This Vec<i32 class="test"> thing!
   |             ^^^^
   |
note: the lint level is defined here
  --> $DIR/html-as-generics-no-suggestions.rs:1:9
   |
LL | #![deny(rustdoc::invalid_html_tags)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

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

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

error: aborting due to 5 previous errors