int val = some_int + some_distinct_inline_int errors that int cannot be cast to DistinctInt #2468

This commit is contained in:
Christoffer Lerno
2025-09-08 10:21:47 +02:00
parent 7b5277d52c
commit a2206f1bcd
5 changed files with 190 additions and 72 deletions

View File

@@ -17,6 +17,7 @@
- Correctly silence "unsupported architecture" warning with `--quiet` #2465
- Overloading &[] should be enough for foreach. #2466
- Any register allowed in X86_64 inline asm address. #2463
- int val = some_int + some_distinct_inline_int errors that int cannot be cast to DistinctInt #2468
### Stdlib changes
- Added generic `InterfaceList` to store a list of values that implement a specific interface