mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
bdcfa6c9aa
Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report See https://github.com/rust-lang/rust/issues/79813 for a discussion of this lint. This has been warn-by-default for over a year, so adding it to the future-incompat report should help to find libraries that haven't yet updated.