We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1716d95 commit a41ac9eCopy full SHA for a41ac9e
compiler/rustc_trait_selection/src/traits/mod.rs
@@ -618,7 +618,7 @@ pub fn try_evaluate_const<'tcx>(
618
619
(args, typing_env)
620
}
621
- _ => {
+ Some(ty::AnonConstKind::MCG) | Some(ty::AnonConstKind::NonTypeSystem) | None => {
622
// We are only dealing with "truly" generic/uninferred constants here:
623
// - GCEConsts have been handled separately
624
// - Repeat expr count back compat consts have also been handled separately
0 commit comments