mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
cases: update for new error
The latest bugfix reverted this case to its old behavior (which is a reasonable behavior to have).
This commit is contained in:
@@ -9,8 +9,5 @@ export fn entry() void {
|
||||
const D = 1;
|
||||
|
||||
// error
|
||||
// backend=stage2
|
||||
// target=native
|
||||
//
|
||||
// :2:13: error: enum 'tmp.Foo' has no member named 'B'
|
||||
// :1:17: note: enum declared here
|
||||
// :1:5: error: dependency loop detected
|
||||
|
||||
Reference in New Issue
Block a user