diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2024-08-07 18:38:32 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2024-08-10 14:32:55 +0300 |
| commit | 3a18c6b55fa564bf94a0f6c8625e03e6910aca4f (patch) | |
| tree | 87fe4dd4829d836f327a6be44a717cd8f4865028 /compiler/rustc_const_eval/messages.ftl | |
| parent | 43f3a218eaa3eb7f4724b064102ad3374092c813 (diff) | |
| download | rust-3a18c6b55fa564bf94a0f6c8625e03e6910aca4f.tar.gz rust-3a18c6b55fa564bf94a0f6c8625e03e6910aca4f.zip | |
rustc_const_eval: make message about "const stable" translatable
Diffstat (limited to 'compiler/rustc_const_eval/messages.ftl')
| -rw-r--r-- | compiler/rustc_const_eval/messages.ftl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_const_eval/messages.ftl b/compiler/rustc_const_eval/messages.ftl index c64c73b2323..bf7144275eb 100644 --- a/compiler/rustc_const_eval/messages.ftl +++ b/compiler/rustc_const_eval/messages.ftl @@ -41,6 +41,8 @@ const_eval_const_context = {$kind -> *[other] {""} } +const_eval_const_stable = const-stable functions can only call other const-stable functions + const_eval_copy_nonoverlapping_overlapping = `copy_nonoverlapping` called on overlapping ranges |
