Files
rust/compiler
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-11-29 17:23:34 +11:00
2024-12-04 09:54:20 +00:00
2024-11-23 13:52:54 +01:00