Skip to content

Commit 1570299

Browse files
committed
Remove const eval limit and implement an exponential backoff lint instead
1 parent aa65395 commit 1570299

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/hir-def/src/builtin_attr.rs

-4
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
195195
// Limits:
196196
ungated!(recursion_limit, CrateLevel, template!(NameValueStr: "N"), FutureWarnFollowing),
197197
ungated!(type_length_limit, CrateLevel, template!(NameValueStr: "N"), FutureWarnFollowing),
198-
gated!(
199-
const_eval_limit, CrateLevel, template!(NameValueStr: "N"), ErrorFollowing,
200-
const_eval_limit, experimental!(const_eval_limit)
201-
),
202198
gated!(
203199
move_size_limit, CrateLevel, template!(NameValueStr: "N"), ErrorFollowing,
204200
large_assignments, experimental!(move_size_limit)

0 commit comments

Comments
 (0)