@@ -215,7 +215,7 @@ impl Val {
215215 InterfaceType :: ErrorContext ( _) => {
216216 ErrorContext :: linear_lift_from_flat ( cx, ty, next ( src) ) ?. into_val ( )
217217 }
218- InterfaceType :: FixedSizeList ( _) => todo ! ( ) ,
218+ InterfaceType :: FixedSizeList ( _) => todo ! ( ) , // FIXME(#12279)
219219 } )
220220 }
221221
@@ -342,7 +342,7 @@ impl Val {
342342 InterfaceType :: ErrorContext ( _) => {
343343 ErrorContext :: linear_lift_from_memory ( cx, ty, bytes) ?. into_val ( )
344344 }
345- InterfaceType :: FixedSizeList ( _) => todo ! ( ) ,
345+ InterfaceType :: FixedSizeList ( _) => todo ! ( ) , // FIXME(#12279)
346346 } )
347347 }
348348
@@ -493,7 +493,7 @@ impl Val {
493493 )
494494 }
495495 ( InterfaceType :: ErrorContext ( _) , _) => unexpected ( ty, self ) ,
496- ( InterfaceType :: FixedSizeList ( _) , _) => todo ! ( ) ,
496+ ( InterfaceType :: FixedSizeList ( _) , _) => todo ! ( ) , // FIXME(#12279)
497497 }
498498 }
499499
@@ -647,7 +647,7 @@ impl Val {
647647 )
648648 }
649649 ( InterfaceType :: ErrorContext ( _) , _) => unexpected ( ty, self ) ,
650- ( InterfaceType :: FixedSizeList ( _) , _) => todo ! ( ) ,
650+ ( InterfaceType :: FixedSizeList ( _) , _) => todo ! ( ) , // FIXME(#12279)
651651 }
652652 }
653653
0 commit comments