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 | |
| parent | 058fddcb77c1bbfe76f0bce9c35b78a800d08584 (diff) | |
| download | rust-924dbc36c9888eebacdcd06ec444418683b0d5fd.tar.gz rust-924dbc36c9888eebacdcd06ec444418683b0d5fd.zip | |
Rebase fallout.
Diffstat (limited to 'compiler/rustc_mir_dataflow')
| -rw-r--r-- | compiler/rustc_mir_dataflow/Cargo.toml | 1 | ||||
| -rw-r--r-- | compiler/rustc_mir_dataflow/src/lib.rs | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/Cargo.toml b/compiler/rustc_mir_dataflow/Cargo.toml index adc3882f843..3cd4892402e 100644 --- a/compiler/rustc_mir_dataflow/Cargo.toml +++ b/compiler/rustc_mir_dataflow/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "rustc_mir_dataflow" version = "0.0.0" edition = "2018" 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; |
