aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_list.zig
diff options
context:
space:
mode:
authorRobin Voetter <robin@voetter.nl>2024-10-27 18:02:12 +0100
committerRobin Voetter <robin@voetter.nl>2024-10-27 18:02:12 +0100
commit6d8ee89721f742a90d218a621640c9e11633e758 (patch)
tree1701d9b6ae9dcd2107e71aa5189db79625fe92af /lib/std/array_list.zig
parent49a067ccfe6cc3ee59b0fe0f2dc32f80ab75d574 (diff)
downloadzig-6d8ee89721f742a90d218a621640c9e11633e758.tar.gz
zig-6d8ee89721f742a90d218a621640c9e11633e758.zip
fix compile error tests with unstable error sets
The print order of error sets depends on the order that the compiler adds names to its internal state. These names can be anything, and do not necessarily need to be from the same error set or be errors at all. When the last remaining reference to builtin.cpu.arch was removed in start.zig in 9b42bc1ce5, this order changed. Likely there is something that has the name 'C' that is referenced somewhere recursively from builtin.cpu.arch. This all causes these few tests to fail, and hence the expected order is simply updated now. Perhaps there is a better way to add this.
Diffstat (limited to 'lib/std/array_list.zig')
0 files changed, 0 insertions, 0 deletions