nushell/crates/nu-protocol/src
Maxim Uvarov 9411458689
rewrite error message to not use the word function (#14533)
# Description

After [the discussion on
discord](https://discord.com/channels/601130461678272522/601130461678272524/1314600410882904125)
I propose to rephrase the error message to avoid using the word
`function`.

From `Return used outside of function` to `Return used outside of custom
command or closure`


![image](https://github.com/user-attachments/assets/d14331c8-e381-4b04-8709-bd6064e0791e)



# User-Facing Changes

None

# Tests + Formatting

toolkit.nu fmt is good
2024-12-06 18:09:11 -06:00
..
ast Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
config Make Hooks fields non-optional to match the new config defaults (#14345) 2024-11-29 21:11:09 +00:00
debugger Make SpanId and RegId also use new ID struct (#13963) 2024-10-01 13:23:27 +02:00
engine add function to make env vars case-insensitive (#14390) 2024-12-03 20:47:58 -06:00
errors rewrite error message to not use the word function (#14533) 2024-12-06 18:09:11 -06:00
ir Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
pipeline Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
plugin Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
process Fix non-zero exit code errors in middle of pipeline (#13899) 2024-10-02 06:04:18 -05:00
value Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
alias.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
did_you_mean.rs Improve case insensitivity consistency (#10884) 2023-11-08 23:58:54 +01:00
eval_base.rs Change append operator to concatenation operator (#14344) 2024-11-24 10:59:54 -08:00
eval_const.rs Reduce duplication in history path construction (#13475) 2024-10-11 07:51:50 -05:00
example.rs Overhaul the plugin cache file with a new msgpack+brotli format (#12579) 2024-04-21 07:36:26 -05:00
id.rs Make SpanId and RegId also use new ID struct (#13963) 2024-10-01 13:23:27 +02:00
lev_distance.rs Rework for new clippy lints (#12736) 2024-05-02 19:29:03 +02:00
lib.rs Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
module.rs normalize special characters in module names to allow variable access (#14353) 2024-12-05 21:35:15 +08:00
parser_path.rs Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
signature.rs Deprecate date to-record and date to-table (#14319) 2024-11-29 23:06:26 +01:00
span.rs fix --ide-ast when there are errors (#13737) 2024-09-06 07:17:40 +08:00
syntax_shape.rs Make parsing for unknown args in known externals like normal external calls (#13414) 2024-07-21 01:32:36 -07:00
ty.rs Remove ListStream type (#14425) 2024-11-27 09:35:55 +08:00