Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Oliver Scherer <github35764891676564198441@oli-obk.de>
  • Loading branch information
Aaron1011 and oli-obk committed Jan 17, 2020
1 parent 171fe82 commit c431cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/transform/const_prop.rs
Expand Up @@ -92,7 +92,7 @@ impl<'tcx> MirPass<'tcx> for ConstProp {
//
// We manually filter the predicates, skipping anything that's not
// "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:
//
// 1. We skip evaluating any predicates that we would
Expand Down

0 comments on commit c431cd7

Please sign in to comment.