Jisuk Byun

Results 1 issues of Jisuk Byun

### Code (hand-reduced) ```Rust #![feature(impl_trait_in_assoc_type)] trait Trait: Sized { type Assoc2; } impl Trait for Bar { type Assoc2 = impl std::fmt::Debug; } struct Foo { field: ::Assoc2, } enum...

I-ICE
T-compiler
C-bug
A-layout
S-has-mcve
S-bug-has-test
F-impl_trait_in_assoc_type