mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
84ac890ef5
allow `#[rustc_std_internal_symbol]` in combination with `#[naked]` The need for this came up in https://github.com/rust-lang/compiler-builtins/pull/897, but in general this seems useful and valid to allow. Based on a quick scan, I don't think changes to the generated assembly are needed. cc ``@bjorn3``