We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b505208 commit ff63bf8Copy full SHA for ff63bf8
src/librustc_mir/const_eval.rs
@@ -589,7 +589,7 @@ pub fn const_eval_provider<'tcx>(
589
tcx: TyCtxt<'tcx>,
590
key: ty::ParamEnvAnd<'tcx, GlobalId<'tcx>>,
591
) -> ::rustc::mir::interpret::ConstEvalResult<'tcx> {
592
- // see comment in const_eval_provider for what we're doing here
+ // see comment in const_eval_raw_provider for what we're doing here
593
if key.param_env.reveal == Reveal::All {
594
let mut key = key.clone();
595
key.param_env.reveal = Reveal::UserFacing;
0 commit comments