-
Notifications
You must be signed in to change notification settings - Fork 13k
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
compiler panics when function self is &(impl Deref<Target=Self> + Clone + Send + 'static) #111536
Labels
C-bug
Category: This is a bug.
F-arbitrary_self_types
`#![feature(arbitrary_self_types)]`
F-async_fn_in_trait
Static async fn in traits
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
faucct
added
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
May 13, 2023
15 tasks
In fact, it is not a minimal example. I will come back with one later. |
@rustbot label F-arbitrary_self_types F-async_fn_in_trait requires-nightly |
rustbot
added
F-arbitrary_self_types
`#![feature(arbitrary_self_types)]`
F-async_fn_in_trait
Static async fn in traits
requires-nightly
This issue requires a nightly compiler in some way.
labels
May 13, 2023
Okay, this reproduces the error, though
Backtrace
|
I'm guessing this was fixed by #111039 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
F-arbitrary_self_types
`#![feature(arbitrary_self_types)]`
F-async_fn_in_trait
Static async fn in traits
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: