1comptime { 2 inline for ("foo") |_| {} 3} 4 5// error 6// 7// :2:5: error: redundant inline keyword in comptime scope