1
Fork 0

rustdoc: fix cross-crate impl-Sized

This commit is contained in:
León Orell Valerian Liehr 2023-07-26 02:11:35 +02:00
parent f68f37d006
commit 28d40f1959
No known key found for this signature in database
GPG key ID: D17A07215F68E713
7 changed files with 121 additions and 27 deletions

View file

@ -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;