]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/src/lib.rs
Use get_diagnostic_name more
[rust.git] / compiler / rustc_lint / src / lib.rs
index 507b4421fa160266c860d468c0e5ec1f5eaed56f..7cc40cc60d9cdf7fab5cba1bf0922441a37ef2c6 100644 (file)
@@ -33,6 +33,7 @@
 #![cfg_attr(bootstrap, feature(format_args_capture))]
 #![feature(iter_order_by)]
 #![feature(iter_zip)]
+#![feature(let_else)]
 #![feature(never_type)]
 #![feature(nll)]
 #![feature(control_flow_enum)]