-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove intrinsics in tests that are in mini_core #637
Comments
Hi, I'd love to work on updating the tests. I would be grateful if you could share some context of why we need to remove the intrinsics that are in mini_core. |
Some examples, like this one still has a copy of a mini core library. Please remove this code in all examples and include |
By importing And Copy, Receiver traits (that are in files like tests/run/abort1.rs ) would be replaced by the definitions in Also, functions that are annotated with Is my observation correct? Only wanted to clarify what's happening. |
Yes, that seems correct to me. |
Fixed by #639. |
Like this one: https://github.com/rust-lang/rust/pull/137489/files#diff-d3024326688596a6c1c4e0d9cc81254a24c3267d0dcdc250917a755a0547a446
The text was updated successfully, but these errors were encountered: