diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-05 16:07:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-05 16:07:30 -0700 |
| commit | 0eadeda94509ef8e15af539fb3ae771aa84c98ad (patch) | |
| tree | 2abdfed4714ccdf20332c5bac424f780d0a844fc /src/libstd/sys/unix/process/process_unix.rs | |
| parent | e450646e97b09bda61c48cdfa902d1310fd8dc47 (diff) | |
| parent | 7a3081baaf81c1d924f3143479ec0c4a8f1e62b7 (diff) | |
| download | rust-0eadeda94509ef8e15af539fb3ae771aa84c98ad.tar.gz rust-0eadeda94509ef8e15af539fb3ae771aa84c98ad.zip | |
Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkor
add `lazy_normalization_consts` feature gate In #71973 I underestimated the amount of code which is influenced by lazy normalization of consts and decided against having a separate feature flag for this. Looking a bit more into this, the following issues are already working with lazy norm in its current state #47814 #57739 #73980 I therefore think it is worth it to enable lazy norm separately. Note that `#![feature(const_generics)]` still automatically activates this feature, so using `#![feature(const_generics, lazy_normalization_consts)]` is redundant. r? @varkor @nikomatsakis
Diffstat (limited to 'src/libstd/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions
