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
rust-lang/rust#120675 introduced a new mechanism to declare intrinsics which will potentially replace the rust-intrinsic ABI. The new mechanism introduces a dummy body and mark the intrinsic with #[rustc_intrinsic_must_be_overridden].
I believe we can maintain the same interface we have so far, and we can change the has_body check for instances. For the case of an intrinsic, we return that a body is not available if rustc_intrinsic_must_be_overridden annotation is present.
Activity
Fix a few more issues with the std library
Fix a few more issues with the std library (#3261)
Rollup merge of rust-lang#126361 - celinval:issue-0079-intrinsic, r=o…
Rollup merge of rust-lang#126361 - celinval:issue-0079-intrinsic, r=o…
Unrolled build for rust-lang#126361
Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obk