You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since function pointers do not carry along the function attributes with
them in the type, this needs to be set on the call instruction itself.
Closes#9152
Fix Clippy version in `derive_partial_eq_without_eq` lint
It was first added to Rust in rust-lang#97248 which missed 1.62 just by few days.
changelog: none
LLVM needs the attributes with relevance to the caller applied for a call instruction using a function pointer.
The text was updated successfully, but these errors were encountered: