Fix issue number.

This commit is contained in:
Christoffer Lerno
2025-02-08 00:15:47 +01:00
parent fa4fb44779
commit 2126be2222

View File

@@ -47,7 +47,7 @@
- `return (any)&foo` would not be reported as an escaping variable if `foo` was a pointer or slice.
- Incorrect error message when providing too many associated values for enum #1934.
- Allow function types to have a calling convention. #1938
- Issue with defer copying when triggered by break or continue.
- Issue with defer copying when triggered by break or continue #1936.
### Stdlib changes
- Added '%h' and '%H' for printing out binary data in hexadecimal using the formatter.