Allow to customize // TODO:
comment for deprecated safe autofix
Relevant for the deprecation of `CommandExt::before_exit` in #125970.
This commit is contained in:
parent
591ecb88df
commit
399ef23d2b
7 changed files with 42 additions and 13 deletions
|
@ -30,7 +30,7 @@ mir_build_call_to_deprecated_safe_fn_requires_unsafe =
|
|||
call to deprecated safe function `{$function}` is unsafe and requires unsafe block
|
||||
.note = consult the function's documentation for information on how to avoid undefined behavior
|
||||
.label = call to unsafe function
|
||||
.suggestion = you can wrap the call in an `unsafe` block if you can guarantee the code is only ever called from single-threaded code
|
||||
.suggestion = you can wrap the call in an `unsafe` block if you can guarantee its unsafe preconditions
|
||||
|
||||
mir_build_call_to_fn_with_requires_unsafe =
|
||||
call to function `{$function}` with `#[target_feature]` is unsafe and requires unsafe block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue