mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
238e3bf9e9
Upgrade semicolon_in_expressions_from_macros from warn to deny This is already warn-by-default, and a future compatibility warning (FCW) that warns in dependencies. Upgrade it to deny-by-default, as the next step towards hard error. Per https://github.com/rust-lang/rust/issues/79813#issuecomment-3109105631