Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
redundant_comptime_var.zig
pretty
plain
permalink
blame
history
•
7 lines
•
120 B
1
comptime {
2
comptime var x = undefined;
3
}
4
5
// error
6
//
7
// :2:5: error: 'comptime var' is redundant in comptime scope