diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-04-02 16:25:27 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-04-02 16:25:27 +1100 |
| commit | 1830245a224c523f86ad3c62be76be3f336a9fb0 (patch) | |
| tree | 77e9544ec5eb6476887031a08e853088d578e60a /compiler/rustc_parse/src | |
| parent | 4c0cbaeb9e799362dd081ff8514f75e23ab8c2f5 (diff) | |
| download | rust-1830245a224c523f86ad3c62be76be3f336a9fb0.tar.gz rust-1830245a224c523f86ad3c62be76be3f336a9fb0.zip | |
Remove `recursion_limit` increases.
These are no longer needed now that `Nonterminal` is gone.
Diffstat (limited to 'compiler/rustc_parse/src')
| -rw-r--r-- | compiler/rustc_parse/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/lib.rs b/compiler/rustc_parse/src/lib.rs index 79939aab7fc..2edc8c83017 100644 --- a/compiler/rustc_parse/src/lib.rs +++ b/compiler/rustc_parse/src/lib.rs @@ -4,7 +4,6 @@ #![allow(internal_features)] #![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::untranslatable_diagnostic)] -#![cfg_attr(doc, recursion_limit = "256")] // FIXME(nnethercote): will be removed by #124141 #![feature(array_windows)] #![feature(assert_matches)] #![feature(box_patterns)] |
