From c1d041036e73ba514ca5fa1a8d2778ded416d3aa Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Mon, 19 Aug 2024 13:17:59 -0400 Subject: Review comments --- compiler/rustc_lint/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_lint/src/lib.rs') 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)] -- cgit 1.4.1-3-g733a5