diff options
| author | HTGAzureX1212. <39023054+HTGAzureX1212@users.noreply.github.com> | 2024-02-09 18:26:30 +0800 |
|---|---|---|
| committer | HTGAzureX1212. <39023054+HTGAzureX1212@users.noreply.github.com> | 2024-02-26 10:09:03 +0800 |
| commit | 8bccceb8fc588d60dd25e6f13beea69aa5fc6b63 (patch) | |
| tree | 3dfe0a599775f6a40bb40504ea0404e09132903a /compiler/rustc_lint/src/lib.rs | |
| parent | 23a3d777c8a95715977608c827de63e7738fa228 (diff) | |
| download | rust-8bccceb8fc588d60dd25e6f13beea69aa5fc6b63.tar.gz rust-8bccceb8fc588d60dd25e6f13beea69aa5fc6b63.zip | |
separate messages for individual categories
Diffstat (limited to 'compiler/rustc_lint/src/lib.rs')
| -rw-r--r-- | compiler/rustc_lint/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs index 85f9d3bd63e..6c4e717faa6 100644 --- a/compiler/rustc_lint/src/lib.rs +++ b/compiler/rustc_lint/src/lib.rs @@ -31,6 +31,7 @@ #![feature(array_windows)] #![feature(box_patterns)] #![feature(control_flow_enum)] +#![feature(extract_if)] #![feature(generic_nonzero)] #![feature(if_let_guard)] #![feature(iter_order_by)] |
