Merge from rust-lang/rust

This commit is contained in:
Laurențiu Nicola 2025-02-17 13:20:12 +02:00
commit bec6d6fbe3
3 changed files with 4 additions and 4 deletions

View file

@ -9107,8 +9107,8 @@ The tracking issue for this feature is: [#27721]
deny_since: None,
},
Lint {
label: "pattern_complexity",
description: r##"# `pattern_complexity`
label: "pattern_complexity_limit",
description: r##"# `pattern_complexity_limit`
This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.