Avatar
Avatar
omochimetaru
@swift-5.9.2 var a = 1 let b = consume a
exit status: 1 with <stdin>:2:17: error: 'consume' applied to value that the compiler does not support. This is a compiler bug. Please file a bug with a small example of the bug let b = consume a ^