TAIT crash: stack overflow in check_for_opaque_ty
#104291
Labels
C-bug
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Found by mutating src/test/ui/lint/lint-ctypes-73251-2.rs with a modified fuzz-rustc
Code
Compared to the original test, this modifies the definition of
AliasB
by removing<Assoc = AliasA>
.Regression
Regression in nightly-2020-06-22, presumably due to the same PR that added the mutated test: #73287 (@davidtwco)
Version
@rustbot label +I-crash +T-compiler +F-type_alias_impl_trait
The text was updated successfully, but these errors were encountered: