1
Fork 0

Bless rustdoc-ui tests

Co-authored-by: Adrian <adrian.iosdev@gmail.com>
This commit is contained in:
Nilstrieb 2023-11-21 16:44:51 +00:00
parent 41e8d152dc
commit 87a354b15d
64 changed files with 64 additions and 64 deletions

View file

@ -4,6 +4,6 @@ error[E0080]: evaluation of constant value failed
LL | pub const N: usize = 0 - (mem::size_of::<S>() != 400) as usize;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
error: aborting due to previous error
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.