aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/capture_by_ref_while.zig
blob: 99c375cf383d58820ee3a7f69aac61692196a560 (plain)
1
2
3
4
5
6
7
8
test {
    while (undefined) |*foo| {} else |err| {}
}

// error
//
// :2:25: error: unused capture
// :2:39: error: unused capture