rust/compiler/rustc_lint
Matthias Krüger 27eac4b6d3
Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk
Add `#[repr(u128)]`/`#[repr(i128)]` enums to `improper_ctypes_definitions`

This makes them warn whenever a plain `u128`/`i128` would. If the lang team decides to merge #137306 then this can be reverted.

Tracking issue: #56071
2025-04-24 17:19:43 +02:00
..
src Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk 2025-04-24 17:19:43 +02:00
Cargo.toml Stop relying on rustc_type_ir in non-type-system crates 2025-03-15 06:42:48 +00:00
messages.ftl Add hard error for extern without explicit ABI 2025-04-16 22:43:56 +03:00