about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/messages.ftl
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-06-30 11:24:47 +0000
committerbors <bors@rust-lang.org>2025-06-30 11:24:47 +0000
commitad3b7257615c28aaf8212a189ec032b8af75de51 (patch)
treec0486ad79f8ff9cc1eaba31013d66496bf3686c6 /compiler/rustc_const_eval/messages.ftl
parentf19142044f270760ce0ebc03b2c3a44217d8703d (diff)
parentd0bb9a73aa51322476a7efbfc9cd010f788932bb (diff)
downloadrust-ad3b7257615c28aaf8212a189ec032b8af75de51.tar.gz
rust-ad3b7257615c28aaf8212a189ec032b8af75de51.zip
Auto merge of #142839 - oli-obk:denullarification, r=RalfJung,celinval
Stop backends from needing to support nullary intrinsics

And then remove our infrastructure special casing them. Further improvements can now be done to them by avoiding the intermediate ConstValue step, but let's leave that to follow up work

r? `@RalfJung`
Diffstat (limited to 'compiler/rustc_const_eval/messages.ftl')
-rw-r--r--compiler/rustc_const_eval/messages.ftl3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_const_eval/messages.ftl b/compiler/rustc_const_eval/messages.ftl
index 2a2c3e6aee2..22a1894ee72 100644
--- a/compiler/rustc_const_eval/messages.ftl
+++ b/compiler/rustc_const_eval/messages.ftl
@@ -263,9 +263,6 @@ const_eval_non_const_try_block_from_output =
 const_eval_not_enough_caller_args =
     calling a function with fewer arguments than it requires
 
-const_eval_nullary_intrinsic_fail =
-    could not evaluate nullary intrinsic
-
 const_eval_offset_from_different_allocations =
     `{$name}` called on two different pointers that are not both derived from the same allocation
 const_eval_offset_from_out_of_bounds =