RFC 2383: Stabilize lint_reasons in Miri

This commit is contained in:
xFrednet 2024-02-10 22:33:25 +00:00
parent 48310525bd
commit ee0623b78d
No known key found for this signature in database
GPG Key ID: F5C59D0E669E5302

View File

@ -10,7 +10,7 @@
#![feature(yeet_expr)]
#![feature(nonzero_ops)]
#![feature(let_chains)]
#![feature(lint_reasons)]
#![cfg_attr(bootstrap, feature(lint_reasons))]
#![feature(trait_upcasting)]
#![feature(strict_overflow_ops)]
#![feature(is_none_or)]