Files
rust/compiler/rustc_passes
Folkert de Vries dfd76c1cbb disallow repr() on invalid items
Also this generates an error when `repr` is used on a trait method and
the `fn_align` feature is not enabled. Looks like that was missed here:

https://github.com/rust-lang/rust/pull/110313/files

Which first enables the align attribute on trait methods.
2024-12-05 16:44:00 +01:00
..
2024-12-05 16:44:00 +01:00