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 b0df1dd commit e0c16a8Copy full SHA for e0c16a8
compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs
@@ -406,6 +406,7 @@ where
406
// We only do this if any such candidate applies without any constraints
407
// as we may want to weaken inference guidance in the future and don't want
408
// to worry about causing major performance regressions when doing so.
409
+ // See trait-system-refactor-initiative#226 for some ideas here.
410
if TypingMode::Coherence == self.typing_mode()
411
|| !candidates.iter().any(|c| {
412
matches!(
0 commit comments