rustdoc: fix cross-crate impl-Sized
This commit is contained in:
parent
f68f37d006
commit
28d40f1959
7 changed files with 121 additions and 27 deletions
|
@ -7,5 +7,5 @@ extern crate extern_impl_trait;
|
|||
// @has 'foo/struct.X.html' '//h4[@class="code-header"]' "impl Foo<Associated = ()> + 'a"
|
||||
pub use extern_impl_trait::X;
|
||||
|
||||
// @has 'foo/struct.Y.html' '//h4[@class="code-header"]' "impl ?Sized + Foo<Associated = ()> + 'a"
|
||||
// @has 'foo/struct.Y.html' '//h4[@class="code-header"]' "impl Foo<Associated = ()> + ?Sized + 'a"
|
||||
pub use extern_impl_trait::Y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue