Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
bad_member_access_on_tuple.zig
pretty
plain
permalink
blame
history
•
7 lines
•
133 B
1
comptime {
2
_ = @TypeOf(.{}).is_optional;
3
}
4
5
// error
6
//
7
// :2:21: error: struct '@TypeOf(.{})' has no member named 'is_optional'