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
Introducing a new variable in Span<T> causes a fatal error during comptime evaluation:
Span<T>
--------------------------- FATAL ERROR --------------------------- FATAL ERROR Fatal Error in Module: __constEval Function: ?Init@COMPTIME$?$SplitList@U_T0@@@Collections@System@bf@@CAXXZ DbgLoc: @3 SplitList.bf:38:12 Malformed structure values in D:\BeefLang\Repository\Beef\IDEHelper\Backend\BeIRCodeGen.cpp:317
Tested with: ab31e5b
The text was updated successfully, but these errors were encountered:
Ah, yeah. It will definitely still be illegal, but I'll try to make the errors softer.
Sorry, something went wrong.
No branches or pull requests
Introducing a new variable in
Span<T>
causes a fatal error during comptime evaluation:Tested with: ab31e5b
The text was updated successfully, but these errors were encountered: