Newtype([A])
+ Deref<Target=[A]>
= ICE in trans
#22257
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
STR
Backtrace
Version
cc @nick29581 @eddyb
(NB #16812 has the same ICE message, but it don't think it's a duplicate because that issue is about "complex" (unsupported?) DST structs that can't be obtained/created via a
mem::transmute
. On the other hand, this issue is about the known-to-workNewType(Dst)
/NewType { inner: Dst }
pattern)The text was updated successfully, but these errors were encountered: