Skip to content

Commit 92bfa05

Browse files
committed
Bump recursion_limit in rustc_ast_passes
When cfg(parallel_compiler) is enabled, we end up trying to prove Send/Sync bounds for some deeply nested types (at least when rustdoc is run).
1 parent 772292f commit 92bfa05

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_ast_passes/src

1 file changed

+1
-0
lines changed

Diff for: compiler/rustc_ast_passes/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
77
#![feature(bindings_after_at)]
88
#![feature(iter_is_partitioned)]
9+
#![recursion_limit = "256"]
910

1011
pub mod ast_validation;
1112
pub mod feature_gate;

0 commit comments

Comments
 (0)