use undef for uninitialized bytes in constants
This commit is contained in:
parent
7b0e554ee2
commit
4d635fdf63
7 changed files with 202 additions and 21 deletions
|
@ -14,6 +14,8 @@
|
|||
#![feature(associated_type_bounds)]
|
||||
#![feature(exhaustive_patterns)]
|
||||
#![feature(min_specialization)]
|
||||
#![feature(step_trait)]
|
||||
#![feature(unchecked_math)]
|
||||
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue