diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2025-05-21 22:50:21 +0200 | 
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2025-06-03 10:03:44 -0700 | 
| commit | 72ecde27ff3f0c02a738acd45d94d5588cb446cc (patch) | |
| tree | 3574715313481028f7c6b8f911f9170fe0c95971 /compiler/rustc_const_eval/messages.ftl | |
| parent | 2d637f70a8e8c87d0844e2cc35d2cd48be39b2d6 (diff) | |
| download | rust-72ecde27ff3f0c02a738acd45d94d5588cb446cc.tar.gz rust-72ecde27ff3f0c02a738acd45d94d5588cb446cc.zip | |
compiler: change Conv to CanonAbi
Diffstat (limited to 'compiler/rustc_const_eval/messages.ftl')
| -rw-r--r-- | compiler/rustc_const_eval/messages.ftl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/rustc_const_eval/messages.ftl b/compiler/rustc_const_eval/messages.ftl index f4defd2aa13..abecea13520 100644 --- a/compiler/rustc_const_eval/messages.ftl +++ b/compiler/rustc_const_eval/messages.ftl @@ -118,7 +118,7 @@ const_eval_frame_note_inner = inside {$where_ -> const_eval_frame_note_last = the failure occurred here const_eval_incompatible_calling_conventions = - calling a function with calling convention {$callee_conv} using calling convention {$caller_conv} + calling a function with calling convention "{$callee_conv}" using calling convention "{$caller_conv}" const_eval_incompatible_return_types = calling a function with return type {$callee_ty} passing return place of type {$caller_ty} | 
