Extend minicore with intrinsics and use it to replace #[rustc_intrinsic] in tests#141319
Extend minicore with intrinsics and use it to replace #[rustc_intrinsic] in tests#141319rptr wants to merge 2 commits intorust-lang:mainfrom
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use |
|
This PR modifies cc @jieyouxu |
This comment has been minimized.
This comment has been minimized.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
| #[lang = "panic"] | ||
| pub fn panic(_msg: &'static str) {} | ||
|
|
||
| #[lang = "panic_const_neg_overflow"] | ||
| pub fn panic_const_neg_overflow() {} |
There was a problem hiding this comment.
Shouldn't these functions return !?
|
☔ The latest upstream changes (presumably #137944) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@rptr |
|
@rptr any updates on this? thanks |
Related issue: #139918