We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PointeeSized
1 parent da47753 commit 388a99eCopy full SHA for 388a99e
tests/rustdoc/foreigntype.rs
@@ -10,7 +10,7 @@ impl ExtType {
10
pub fn do_something(&self) {}
11
}
12
13
-pub trait Trait {}
+pub trait Trait: std::marker::PointeeSized {}
14
15
//@ has foreigntype/trait.Trait.html '//a[@class="foreigntype"]' 'ExtType'
16
impl Trait for ExtType {}
0 commit comments