File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
src/test/rustdoc/intra-doc Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 55extern crate inner;
66
77/// [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-
148// @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"
1711pub use f as g;
1812
19- // FIXME: same as above
20- /// [std::env]
21- extern crate self as _;
22-
2313// Make sure the documentation is actually correct by documenting an inlined re-export
2414/// [mod@std::env]
2515// @has outer/fn.f.html
You can’t perform that action at this time.
0 commit comments