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_middle/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_middle/src')
| -rw-r--r-- | compiler/rustc_middle/src/lib.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/compiler/rustc_middle/src/lib.rs b/compiler/rustc_middle/src/lib.rs index 1e6178144c9..8fe2cc7101b 100644 --- a/compiler/rustc_middle/src/lib.rs +++ b/compiler/rustc_middle/src/lib.rs @@ -29,7 +29,6 @@ #![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::potential_query_instability)] #![allow(rustc::untranslatable_diagnostic)] -#![cfg_attr(doc, recursion_limit = "256")] // FIXME(nnethercote): will be removed by #124141 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![doc(rust_logo)] #![feature(allocator_api)] | 
