-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Move CoercePointee to core::ops #147068
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
base: master
Are you sure you want to change the base?
Move CoercePointee to core::ops #147068
Conversation
Some changes occurred in src/tools/cargo cc @ehuss rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer |
This comment has been minimized.
This comment has been minimized.
ca487ad
to
6ee266e
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will break rust-analyzer tests as these paths are pulled from our mini core which would also need to be adjusted
This was suggested by @tmandry.
diff library/core/src/marker.rs library/core/src/ops/unsize.rs