-
Notifications
You must be signed in to change notification settings - Fork 13.8k
yeet fast path #146919
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?
yeet fast path #146919
Conversation
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
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)
|
Queued 42c94cb with parent f6092f2, future comparison URL. |
Using
tcx.is_copy_modulo_regions
drops information from the currenttyping_env
. Writing a regression test for this is really hard. We need to proveCopy
of something that doesn't directly reference a coroutine or an opaque, but does so indirectly.Fixes #146813.