File tree 2 files changed +3
-3
lines changed
src/test/rustdoc/inline_cross
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ extern crate rustdoc_nonreachable_impls;
22
22
pub use rustdoc_nonreachable_impls:: hidden:: Wobble ;
23
23
24
24
// @has issue_31948_1/trait.Bark.html
25
- // FIXME(33025): has - '//code' 'for Foo'
25
+ // @ has - '//code' 'for Foo'
26
26
// @has - '//code' 'for Wobble'
27
27
// @!has - '//code' 'for Wibble'
28
28
pub use rustdoc_nonreachable_impls:: Bark ;
29
29
30
30
// @has issue_31948_1/trait.Woof.html
31
- // FIXME(33025): has - '//code' 'for Foo'
31
+ // @ has - '//code' 'for Foo'
32
32
// @has - '//code' 'for Wobble'
33
33
// @!has - '//code' 'for Wibble'
34
34
pub use rustdoc_nonreachable_impls:: Woof ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extern crate rustdoc_nonreachable_impls;
22
22
pub use rustdoc_nonreachable_impls:: hidden:: Wobble ;
23
23
24
24
// @has issue_31948_2/trait.Qux.html
25
- // FIXME(33025): has - '//code' 'for Foo'
25
+ // @ has - '//code' 'for Foo'
26
26
// @has - '//code' 'for Wobble'
27
27
pub use rustdoc_nonreachable_impls:: hidden:: Qux ;
28
28
You can’t perform that action at this time.
0 commit comments