mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
79be7a0e75
Port `#[patchable_function_entry]` to attr parser This is the last codegen attr (see rust-lang/rust#151335 and rust-lang/rust#151336)! Tracking issue: rust-lang/rust#131229 currently this PR is rebased on rust-lang/rust#151336 to make CI pass for the last commit to see the actual changes in this PR you can look [here](https://github.com/rust-lang/rust/pull/151340/changes/3e731f7e84301a898a36e46ee5e4845ff9bda98a..55111fb468808b733e97170a841217a67666ac33)
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.