rust/compiler/rustc_passes
Florian Warzecha ac2c599f23
fix validation for rustc_allow_const_fn_unstable targets
The validation was introduced in 3a63bf0299
without strict validation of functions, e. g. all function types were
allowed.
Now the validation only allows `const fn`s.
2020-10-23 17:54:48 +02:00
..
src fix validation for rustc_allow_const_fn_unstable targets 2020-10-23 17:54:48 +02:00
Cargo.toml liveness: Use newtype_index for Variable and LiveNode 2020-09-26 16:44:41 +02:00