Compiler fails to stop error print in recursive macro, and also prints unnecessary "inline at" #2513.

This commit is contained in:
Christoffer Lerno
2025-10-06 00:31:27 +02:00
parent 872f63eecc
commit e9ec421b3b
6 changed files with 45 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
### Fixes
- Bug in `io::write_using_write_byte`.
- Bitstruct value cannot be used to index a const array in compile time. #2512
- Compiler fails to stop error print in recursive macro, and also prints unnecessary "inline at" #2513.
### Stdlib changes