Report const
declarations with values not known at compile time.
#9
Labels
A-const-eval
Area: compile-time evaluation
A-sema
Area: the semantic analysis phase on the AST
B-none
Breaks: nothing, updates are internal and/or don't change existing features
C-feature-tracking
Category: tracking a planned feature which is not yet implemented
M-compiler-panic
Dealing with a compiler panic/crash
P-high
Priority: should ship in the earliest possible release
The following program causes the compiler to crash:
(functions cannot currently be called at compile time)
Instead, this should report a nice error message stating that the value is not known at compile time.
The text was updated successfully, but these errors were encountered: