We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c5b94 commit d3d3fc4Copy full SHA for d3d3fc4
compiler/rustc_data_structures/src/obligation_forest/mod.rs
@@ -594,7 +594,7 @@ impl<O: ForestObligation> ObligationForest<O> {
594
{
595
if self.watcher_offset.is_none() {
596
assert!(!self.done);
597
- if self.nodes.len() > 100 {
+ if false && self.nodes.len() > 100 {
598
self.watcher_offset = Some(processor.register_variable_watcher());
599
}
600
if let Some(outcome) = self.process_obligations_simple(processor, do_completed) {
0 commit comments