diff options
| author | Philip Munksgaard <pmunksgaard@gmail.com> | 2018-10-11 18:18:32 +0200 |
|---|---|---|
| committer | Philip Munksgaard <pmunksgaard@gmail.com> | 2018-10-11 18:25:55 +0200 |
| commit | 1de8f51849f4f04063c3e25c55432ff7ff8abeeb (patch) | |
| tree | f6694ceb1421e6bb768af0ee352e40a2516ef048 | |
| parent | 6c7eb1406d4c7c0990c5c9e883ab3bb863eaed6a (diff) | |
| download | rust-1de8f51849f4f04063c3e25c55432ff7ff8abeeb.tar.gz rust-1de8f51849f4f04063c3e25c55432ff7ff8abeeb.zip | |
Include rustdoc tests that have been fixed by #33133
There was an issue (#33025) which caused these tests to not work. The issue has since been fixed in #33133, and so we can now include them.
| -rw-r--r-- | src/test/rustdoc/inline_cross/issue-31948-1.rs | 4 | ||||
| -rw-r--r-- | src/test/rustdoc/inline_cross/issue-31948-2.rs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/rustdoc/inline_cross/issue-31948-1.rs b/src/test/rustdoc/inline_cross/issue-31948-1.rs index e953b66fce1..677aa529f9f 100644 --- a/src/test/rustdoc/inline_cross/issue-31948-1.rs +++ b/src/test/rustdoc/inline_cross/issue-31948-1.rs @@ -22,13 +22,13 @@ extern crate rustdoc_nonreachable_impls; pub use rustdoc_nonreachable_impls::hidden::Wobble; // @has issue_31948_1/trait.Bark.html -// FIXME(33025): has - '//code' 'for Foo' +// @has - '//code' 'for Foo' // @has - '//code' 'for Wobble' // @!has - '//code' 'for Wibble' pub use rustdoc_nonreachable_impls::Bark; // @has issue_31948_1/trait.Woof.html -// FIXME(33025): has - '//code' 'for Foo' +// @has - '//code' 'for Foo' // @has - '//code' 'for Wobble' // @!has - '//code' 'for Wibble' pub use rustdoc_nonreachable_impls::Woof; diff --git a/src/test/rustdoc/inline_cross/issue-31948-2.rs b/src/test/rustdoc/inline_cross/issue-31948-2.rs index 0423fa1de3b..7b42ed378ef 100644 --- a/src/test/rustdoc/inline_cross/issue-31948-2.rs +++ b/src/test/rustdoc/inline_cross/issue-31948-2.rs @@ -22,7 +22,7 @@ extern crate rustdoc_nonreachable_impls; pub use rustdoc_nonreachable_impls::hidden::Wobble; // @has issue_31948_2/trait.Qux.html -// FIXME(33025): has - '//code' 'for Foo' +// @has - '//code' 'for Foo' // @has - '//code' 'for Wobble' pub use rustdoc_nonreachable_impls::hidden::Qux; |
