diff options
| author | Michael Goulet <michael@errs.io> | 2024-08-19 13:17:59 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-09-05 06:34:42 -0400 |
| commit | c1d041036e73ba514ca5fa1a8d2778ded416d3aa (patch) | |
| tree | b518a2cc9cdd0ac5e0efe420b2cb1a80135ce9f7 /compiler/rustc_lint/src/lib.rs | |
| parent | 70641356dced05df2f76eefa6c8aa441556e1595 (diff) | |
| download | rust-c1d041036e73ba514ca5fa1a8d2778ded416d3aa.tar.gz rust-c1d041036e73ba514ca5fa1a8d2778ded416d3aa.zip | |
Review comments
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 c5a5c5b30af..bb7de4739fb 100644 --- a/compiler/rustc_lint/src/lib.rs +++ b/compiler/rustc_lint/src/lib.rs @@ -30,6 +30,7 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![doc(rust_logo)] #![feature(array_windows)] +#![feature(assert_matches)] #![feature(box_patterns)] #![feature(control_flow_enum)] #![feature(extract_if)] |
