Skip to content

Commit 685e4b6

Browse files
author
Brian Campbell
committed
Add comment with link to issue and open tags
1 parent c556e9c commit 685e4b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
//@ aux-build:pub-extern-crate.rs
22

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+
37
//@ has pub_extern_crate_150176/index.html
4-
//@ hasraw - 'pub extern crate inner;</code></dt>'
8+
//@ hasraw - '<dt><code>pub extern crate inner;</code></dt>'
59
pub extern crate inner;

0 commit comments

Comments
 (0)