Fix typo
Co-Authored-By: Oliver Scherer <github35764891676564198441@oli-obk.de>
This commit is contained in:
parent
171fe82efc
commit
c431cd751f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ impl<'tcx> MirPass<'tcx> for ConstProp {
|
||||||
//
|
//
|
||||||
// We manually filter the predicates, skipping anything that's not
|
// We manually filter the predicates, skipping anything that's not
|
||||||
// "global". We are in a potentially generic context
|
// "global". We are in a potentially generic context
|
||||||
// (e.g. we are evaluating a function without substituging generic
|
// (e.g. we are evaluating a function without substituting generic
|
||||||
// parameters, so this filtering serves two purposes:
|
// parameters, so this filtering serves two purposes:
|
||||||
//
|
//
|
||||||
// 1. We skip evaluating any predicates that we would
|
// 1. We skip evaluating any predicates that we would
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue