mirror of
https://github.com/nushell/nushell.git
synced 2025-05-02 09:04:30 +02:00
- fixes #14559 # Description Allow using `const` keyword in const contexts. The `run_const` body is basically empty as the actual logic is already handled by the parser. # User-Facing Changes `const` keyword can now be used in `const` contexts. # Tests + Formatting I'll add some tests before marking this ready. - 🟢 toolkit fmt - 🟢 toolkit clippy - 🟢 toolkit test - 🟢 toolkit test stdlib # After Submitting N/A --------- Co-authored-by: Bahex <17417311+Bahex@users.noreply.github.com> |
||
---|---|---|
.. | ||
core_commands | ||
default_context.rs | ||
example_support.rs | ||
example_test.rs | ||
lib.rs | ||
parse_const_test.rs |