Update rustdoc test
This commit is contained in:
parent
528c72371c
commit
f4a3e50d78
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ pub struct S {
|
|||
s: Cell<usize>
|
||||
}
|
||||
|
||||
pub type _S = [usize; 0 - (mem::size_of::<S>() != 4) as usize];
|
||||
pub const N: usize = 0 - (mem::size_of::<S>() != 4) as usize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue