about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-04-02 16:25:27 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2025-04-02 16:25:27 +1100
commit1830245a224c523f86ad3c62be76be3f336a9fb0 (patch)
tree77e9544ec5eb6476887031a08e853088d578e60a /compiler/rustc_monomorphize
parent4c0cbaeb9e799362dd081ff8514f75e23ab8c2f5 (diff)
downloadrust-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_monomorphize')
-rw-r--r--compiler/rustc_monomorphize/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_monomorphize/src/lib.rs b/compiler/rustc_monomorphize/src/lib.rs
index 5dbae50c499..8f6914f3d72 100644
--- a/compiler/rustc_monomorphize/src/lib.rs
+++ b/compiler/rustc_monomorphize/src/lib.rs
@@ -1,5 +1,4 @@
 // tidy-alphabetical-start
-#![cfg_attr(doc, recursion_limit = "256")] // FIXME(nnethercote): will be removed by #124141
 #![feature(array_windows)]
 #![feature(file_buffered)]
 #![feature(if_let_guard)]