Update rustdoc test

This commit is contained in:
Oliver Schneider 2018-09-04 16:09:30 +02:00 committed by Oliver Scherer
parent 528c72371c
commit f4a3e50d78

View file

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