mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 22:29:06 +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>