mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
285df03257
Make missing_abi lint warn-by-default. This makes the missing_abi lint warn-by-default, as suggested here: https://github.com/rust-lang/rfcs/pull/3722#issuecomment-2447719047 This needs a lang FCP.