tait: "cycle detected when computing type" when using transmute. #98993
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
I-cycle
Issue: A query cycle occurred while none was expected
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
playground
gives
I find it quite confusing that the transmute is not allowed. They're the same type after all.
@rustbot label A-impl-trait F-type_alias_impl_trait
The text was updated successfully, but these errors were encountered: