mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Remove const eval limit and implement an exponential backoff lint instead
This commit is contained in:
parent
aa65395c49
commit
1570299af4
1 changed files with 0 additions and 4 deletions
|
@ -195,10 +195,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
|
||||||
// Limits:
|
// Limits:
|
||||||
ungated!(recursion_limit, CrateLevel, template!(NameValueStr: "N"), FutureWarnFollowing),
|
ungated!(recursion_limit, CrateLevel, template!(NameValueStr: "N"), FutureWarnFollowing),
|
||||||
ungated!(type_length_limit, CrateLevel, template!(NameValueStr: "N"), FutureWarnFollowing),
|
ungated!(type_length_limit, CrateLevel, template!(NameValueStr: "N"), FutureWarnFollowing),
|
||||||
gated!(
|
|
||||||
const_eval_limit, CrateLevel, template!(NameValueStr: "N"), ErrorFollowing,
|
|
||||||
const_eval_limit, experimental!(const_eval_limit)
|
|
||||||
),
|
|
||||||
gated!(
|
gated!(
|
||||||
move_size_limit, CrateLevel, template!(NameValueStr: "N"), ErrorFollowing,
|
move_size_limit, CrateLevel, template!(NameValueStr: "N"), ErrorFollowing,
|
||||||
large_assignments, experimental!(move_size_limit)
|
large_assignments, experimental!(move_size_limit)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue