mirror of https://github.com/rust-lang/rust
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
error: unopened HTML tag `script`
|
|
--> remapped_path/remap-path-prefix-lint.rs:9:5
|
|
|
|
|
LL | /// </script>
|
|
| ^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> remapped_path/remap-path-prefix-lint.rs:7:9
|
|
|
|
|
LL | #![deny(rustdoc::invalid_html_tags)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|