parent
ac50a53359
commit
aff4cd5ce7
2 changed files with 41 additions and 1 deletions
|
|
@ -52,3 +52,9 @@ pub struct Unsized([u8]);
|
|||
|
||||
// @!has type_layout/trait.MyTrait.html 'Size: '
|
||||
pub trait MyTrait {}
|
||||
|
||||
// @has type_layout/enum.Variants.html '1 byte'
|
||||
pub enum Variants {
|
||||
A,
|
||||
B(u8),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue