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

// error
// backend=stage2
// target=native
//
// :2:25: error: unused capture
// :2:39: error: unused capture