Skip to content

Commit ff63bf8

Browse files
authored
Fix minor typo in docs.
1 parent b505208 commit ff63bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/const_eval.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ pub fn const_eval_provider<'tcx>(
589589
tcx: TyCtxt<'tcx>,
590590
key: ty::ParamEnvAnd<'tcx, GlobalId<'tcx>>,
591591
) -> ::rustc::mir::interpret::ConstEvalResult<'tcx> {
592-
// see comment in const_eval_provider for what we're doing here
592+
// see comment in const_eval_raw_provider for what we're doing here
593593
if key.param_env.reveal == Reveal::All {
594594
let mut key = key.clone();
595595
key.param_env.reveal = Reveal::UserFacing;

0 commit comments

Comments
 (0)