File tree 1 file changed +2
-12
lines changed
src/test/rustdoc/intra-doc
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 5
5
extern crate inner;
6
6
7
7
/// [mod@std::env] [g]
8
-
9
- // FIXME: This can't be tested because rustdoc doesn't show documentation on pub re-exports.
10
- // Until then, comment out the `htmldocck` test.
11
- // This test still does something; namely check that no incorrect errors are emitted when
12
- // documenting the re-export.
13
-
14
8
// @has outer/index.html
15
- // @ has - '//a[@href="{{channel}}/std/env/fn.var .html"]' "std::env"
16
- // @ has - '//a[@href="fn.f.html"]' "g"
9
+ // @has - '//a[@href="{{channel}}/std/env/index .html"]' "std::env"
10
+ // @has - '//a[@href="fn.f.html"]' "g"
17
11
pub use f as g;
18
12
19
- // FIXME: same as above
20
- /// [std::env]
21
- extern crate self as _;
22
-
23
13
// Make sure the documentation is actually correct by documenting an inlined re-export
24
14
/// [mod@std::env]
25
15
// @has outer/fn.f.html
You can’t perform that action at this time.
0 commit comments