rustc paniced: DefId::expect_local #92813
Labels
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.
I ran into a compiler panic while playing around with try streams and
dyn
.I can only reproduce the example by keeping some code in a seperate libary. I have not removed a dependency on the
futures
(0.3.19) as that would mean moving alot of traits into the example. I set up a repo to easily replicate this example here.Code
with as separate lib
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: