-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Ban non-extern rust intrinsics #64406
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ban non-extern rust intrinsics #64406
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
r? @Centril |
r=me with comments addressed and green |
56ca885
to
7753165
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
7753165
to
ca2b242
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
ca2b242
to
f394cd1
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
f394cd1
to
34d71f1
Compare
@bors r=Centril |
📌 Commit 34d71f1 has been approved by |
…nsic, r=Centril Ban non-extern rust intrinsics Intrinsics can only be defined by the compiler. Fixes rust-lang#36979
…nsic, r=Centril Ban non-extern rust intrinsics Intrinsics can only be defined by the compiler. Fixes rust-lang#36979
Intrinsics can only be defined by the compiler.
34d71f1
to
7b3adc2
Compare
@bors r=Centril |
📌 Commit 7b3adc2 has been approved by |
…nsic, r=Centril Ban non-extern rust intrinsics Intrinsics can only be defined by the compiler. Fixes rust-lang#36979
…nsic, r=Centril Ban non-extern rust intrinsics Intrinsics can only be defined by the compiler. Fixes rust-lang#36979
Intrinsics can only be defined by the compiler.
Fixes #36979