diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2021-09-01 21:05:35 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2021-09-08 20:40:30 +0200 |
| commit | 924dbc36c9888eebacdcd06ec444418683b0d5fd (patch) | |
| tree | 5b1ad21c70f30f0f809d3f1a44421596f12e3644 /compiler/rustc_mir_dataflow/src | |
| parent | 058fddcb77c1bbfe76f0bce9c35b78a800d08584 (diff) | |
| download | rust-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.rs | 1 |
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; |
