summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2021-09-01 21:05:35 +0200
committerCamille GILLOT <gillot.camille@gmail.com>2021-09-08 20:40:30 +0200
commit924dbc36c9888eebacdcd06ec444418683b0d5fd (patch)
tree5b1ad21c70f30f0f809d3f1a44421596f12e3644 /compiler/rustc_mir_dataflow/src
parent058fddcb77c1bbfe76f0bce9c35b78a800d08584 (diff)
downloadrust-924dbc36c9888eebacdcd06ec444418683b0d5fd.tar.gz
rust-924dbc36c9888eebacdcd06ec444418683b0d5fd.zip
Rebase fallout.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src')
-rw-r--r--compiler/rustc_mir_dataflow/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_mir_dataflow/src/lib.rs b/compiler/rustc_mir_dataflow/src/lib.rs
index 282ea8db1bb..bfae09b7760 100644
--- a/compiler/rustc_mir_dataflow/src/lib.rs
+++ b/compiler/rustc_mir_dataflow/src/lib.rs
@@ -10,6 +10,7 @@
 #![feature(once_cell)]
 #![feature(stmt_expr_attributes)]
 #![feature(trusted_step)]
+#![recursion_limit = "256"]
 
 #[macro_use]
 extern crate tracing;