| ... | @@ -45,7 +45,11 @@ pub export fn entry() void { | ... | @@ -45,7 +45,11 @@ pub export fn entry() void { |
| 45 | // backend=llvm | 45 | // backend=llvm |
| 46 | // | 46 | // |
| 47 | // :11:22: error: comparison of 'void' with null | 47 | // :11:22: error: comparison of 'void' with null |
| 48 | // :25:51: error: unable to resolve comptime value | 48 | // :25:51: error: values of type 'anyopaque' must be comptime known, but operand value is runtime known |
| 49 | // :25:51: error: unable to resolve comptime value | 49 | // :25:51: note: opaque type 'anyopaque' has undefined size |
| 50 | // :25:51: error: unable to resolve comptime value | 50 | // :25:51: error: values of type 'fn(*anyopaque, usize, u29, u29, usize) error{OutOfMemory}![]u8' must be comptime known, but operand value is runtime known |
| 51 | // :25:51: error: unable to resolve comptime value | 51 | // :25:51: note: use '*const fn(*anyopaque, usize, u29, u29, usize) error{OutOfMemory}![]u8' for a function pointer type |
| | 52 | // :25:51: error: values of type 'fn(*anyopaque, []u8, u29, usize, u29, usize) ?usize' must be comptime known, but operand value is runtime known |
| | 53 | // :25:51: note: use '*const fn(*anyopaque, []u8, u29, usize, u29, usize) ?usize' for a function pointer type |
| | 54 | // :25:51: error: values of type 'fn(*anyopaque, []u8, u29, usize) void' must be comptime known, but operand value is runtime known |
| | 55 | // :25:51: note: use '*const fn(*anyopaque, []u8, u29, usize) void' for a function pointer type |