Cannot compile todo!()
in functions returning impl Trait
with associated types
#117293
Labels
C-bug
Category: This is a bug.
I tried this code:
Expected:
i32
, etc.Instead, this happened:
Question:
!
type in the function body?todo!()
macro usescore::panicking::panic()
, which returns!
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: