-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
yet another silly delay_span_bug
issue
#100075
Comments
searched nightlies: from nightly-2022-01-01 to nightly-2022-08-02 bisected with cargo-bisect-rustc v0.6.3Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --start 2022-01-01 --preserve --prompt -- build A rollup, but the most likely suspect is #96516 ? |
Minimized: fn opaque<T>(t: T) -> impl Sized {
opaque(Some(t))
}
#[allow(dead_code)]
fn main() {} Let me find a good way to explain what the issue is. edit: left a bit of an explanation in the linked PR. |
That issue title is..not particularly ideal. |
delay_span_bug
issue
playground
Code
Error output
The text was updated successfully, but these errors were encountered: