aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/capture_by_ref_while.zig
blob: 916662c1809673f9969c28ede448a59e147bac16 (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