mirror of
https://github.com/ziglang/zig.git
synced 2025-02-13 08:00:20 +00:00
Fix compiler-error regression
This commit is contained in:
parent
34cdcb13c0
commit
54b11f66a9
@ -193,7 +193,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
|
||||
"tmp.zig:5:14: error: unable to perform 'never_inline' call at compile-time",
|
||||
"tmp.zig:8:14: error: unable to perform 'never_tail' call at compile-time",
|
||||
"tmp.zig:11:5: error: no-inline call of inline function",
|
||||
"tmp.zig:15:43: error: unable to evaluate constant expression",
|
||||
"tmp.zig:15:5: error: the specified modifier requires a comptime-known function",
|
||||
});
|
||||
|
||||
cases.add("exported async function",
|
||||
|
Loading…
Reference in New Issue
Block a user