Allow some functions in const contexts
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
Calls to built-in or user-defined functions are not allowed in const contexts, like settings. Functions that don't depend on the result of evaluating settings should be allowed.
Contributor guide
Assessment
This issue has not been assessed yet.