update data files
This commit is contained in:
parent
3080a5d315
commit
eac61ba8be
2066
src/data/0.10.1.zig
Normal file
2066
src/data/0.10.1.zig
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,4 +9,5 @@ pub usingnamespace switch (build_options.data_version) {
|
|||||||
.@"0.9.0" => @import("0.9.0.zig"),
|
.@"0.9.0" => @import("0.9.0.zig"),
|
||||||
.@"0.9.1" => @import("0.9.1.zig"),
|
.@"0.9.1" => @import("0.9.1.zig"),
|
||||||
.@"0.10.0" => @import("0.10.0.zig"),
|
.@"0.10.0" => @import("0.10.0.zig"),
|
||||||
|
.@"0.10.1" => @import("0.10.1.zig"),
|
||||||
};
|
};
|
||||||
|
@ -1600,7 +1600,7 @@ pub const builtins = [_]Builtin{
|
|||||||
\\ try expect(src.line == 9);
|
\\ try expect(src.line == 9);
|
||||||
\\ try expect(src.column == 17);
|
\\ try expect(src.column == 17);
|
||||||
\\ try expect(std.mem.endsWith(u8, src.fn_name, "doTheTest"));
|
\\ try expect(std.mem.endsWith(u8, src.fn_name, "doTheTest"));
|
||||||
\\ try expect(std.mem.endsWith(u8, src.file, "source_location.zig"));
|
\\ try expect(std.mem.endsWith(u8, src.file, "test_src_builtin.zig"));
|
||||||
\\}
|
\\}
|
||||||
\\```
|
\\```
|
||||||
,
|
,
|
||||||
@ -1914,7 +1914,7 @@ pub const builtins = [_]Builtin{
|
|||||||
\\ - [enum](https://ziglang.org/documentation/master/#enum)
|
\\ - [enum](https://ziglang.org/documentation/master/#enum)
|
||||||
\\ - [Enum Literals](https://ziglang.org/documentation/master/#Enum-Literals)
|
\\ - [Enum Literals](https://ziglang.org/documentation/master/#Enum-Literals)
|
||||||
\\ - [union](https://ziglang.org/documentation/master/#union)
|
\\ - [union](https://ziglang.org/documentation/master/#union)
|
||||||
\\`@Type` is not available for [Functions](https://ziglang.org/documentation/master/#Functions).
|
\\ - [Functions](https://ziglang.org/documentation/master/#Functions)
|
||||||
,
|
,
|
||||||
.arguments = &.{
|
.arguments = &.{
|
||||||
"comptime info: std.builtin.Type",
|
"comptime info: std.builtin.Type",
|
||||||
|
@ -9,4 +9,5 @@ pub const ZigVersion = enum {
|
|||||||
@"0.9.0",
|
@"0.9.0",
|
||||||
@"0.9.1",
|
@"0.9.1",
|
||||||
@"0.10.0",
|
@"0.10.0",
|
||||||
|
@"0.10.1",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user