address most comments

This commit is contained in:
Justus Klausecker
2025-08-07 13:02:01 +02:00
parent 0ef26d113a
commit 05762ca02f
6 changed files with 61 additions and 99 deletions

View File

@@ -4,7 +4,6 @@ export fn f() usize {
}
// error
// backend=stage2,llvm
// target=x86_64-linux
//
// :2:30: error: this implementation only supports comptime shift amounts of up to 2^64 - 1 bits

View File

@@ -7,4 +7,4 @@ comptime {
// backend=stage2
// target=native
//
// :2:25: error: overflow of integer type 'u8' with value '340'
// :2:15: error: overflow of integer type 'u8' with value '340'