authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-01-13 08:49:32+01:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-01-13 08:49:32+01:00
log54b11f66a960ba8f91697ede36b31934f05acfee
treec4333c4f4bdcb4ea3b3f8d3f120fd91393ff5ada
parent34cdcb13c05473b4e4c437e7ad484b5e1f953c37

Fix compiler-error regression


1 files changed, 1 insertions(+), 1 deletions(-)

test/compile_errors.zig+1-1
......@@ -193,7 +193,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
193193 "tmp.zig:5:14: error: unable to perform 'never_inline' call at compile-time",
194194 "tmp.zig:8:14: error: unable to perform 'never_tail' call at compile-time",
195195 "tmp.zig:11:5: error: no-inline call of inline function",
196 "tmp.zig:15:43: error: unable to evaluate constant expression",
196 "tmp.zig:15:5: error: the specified modifier requires a comptime-known function",
197197 });
198198
199199 cases.add("exported async function",