rust/compiler/rustc_feature/src
bors a6e7a5aa5d Auto merge of #81234 - repnop:fn-alignment, r=lcnr
Allow specifying alignment for functions

Fixes #75072

This allows the user to specify alignment for functions, which can be useful for low level work where functions need to necessarily be aligned to a specific value.

I believe the error cases not covered in the match are caught earlier based on my testing so I had them just return `None`.
2021-04-06 04:35:26 +00:00
..
accepted.rs Fix the unsafe_block_in_unsafe_fns stabilized version 2021-04-01 10:56:51 +09:00
active.rs Auto merge of #81234 - repnop:fn-alignment, r=lcnr 2021-04-06 04:35:26 +00:00
builtin_attrs.rs Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
lib.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00
removed.rs Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00