We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odin: dev-2022-06:5d4291d9 OS: Windows 10 Unknown Edition (0000007d) (version: 21H2), build 19044.1706 CPU: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz RAM: 8086 MiB
package bug9 import "core:fmt" foo :: proc(a: [][2]string) { fmt.println(a) } main :: proc() { foo({"All Files"}) }
A proper error message.
odin\src\llvm_backend_const.cpp(102): Assertion Failure: lb_sizeof(dst) == lb_sizeof(src) [2 x %..string] vs %..string = type { i8*, i64 }
lb_sizeof(dst) == lb_sizeof(src)
The text was updated successfully, but these errors were encountered:
Not closed, bug is still there.
Sorry, something went wrong.
No branches or pull requests
Context
Code
Expected
A proper error message.
Got
The text was updated successfully, but these errors were encountered: