We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c556e9c commit 685e4b6Copy full SHA for 685e4b6
1 file changed
tests/rustdoc/extern/pub-extern-crate-150176.rs
@@ -1,5 +1,9 @@
1
//@ aux-build:pub-extern-crate.rs
2
3
+// A refactor had left us missing the closing tags,
4
+// ensure that they are present.
5
+// https://github.com/rust-lang/rust/issues/150176
6
+
7
//@ has pub_extern_crate_150176/index.html
-//@ hasraw - 'pub extern crate inner;</code></dt>'
8
+//@ hasraw - '<dt><code>pub extern crate inner;</code></dt>'
9
pub extern crate inner;
0 commit comments