Rename const eval queries to reflect the validation changes
This commit is contained in:
@@ -52,8 +52,8 @@ pub fn provide(providers: &mut Providers) {
|
||||
transform::provide(providers);
|
||||
monomorphize::partitioning::provide(providers);
|
||||
monomorphize::polymorphize::provide(providers);
|
||||
providers.const_eval_validated = const_eval::const_eval_validated_provider;
|
||||
providers.const_eval_raw = const_eval::const_eval_raw_provider;
|
||||
providers.const_eval_for_ty = const_eval::const_eval_for_ty_provider;
|
||||
providers.const_eval = const_eval::const_eval_provider;
|
||||
providers.const_caller_location = const_eval::const_caller_location;
|
||||
providers.destructure_const = |tcx, param_env_and_value| {
|
||||
let (param_env, value) = param_env_and_value.into_parts();
|
||||
|
||||
Reference in New Issue
Block a user