Sema: add and improve some callconv compile errors

This commit is contained in:
mlugg
2024-10-17 09:09:35 +01:00
parent 73f4c68005
commit 8d5ac6bdea
7 changed files with 25 additions and 13 deletions

View File

@@ -8,4 +8,4 @@ comptime {
// backend=stage2
// target=native
//
// :1:29: error: 'noinline' function cannot have callconv 'inline'
// :1:29: error: 'noinline' function cannot have calling convention 'inline'