about summary refs log tree commit diff
path: root/compiler/rustc_const_eval
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-09-04 10:01:59 +1000
committerGitHub <noreply@github.com>2025-09-04 10:01:59 +1000
commit6f490f7ae126dbbff8b41cb39fb340efcb2c922b (patch)
treeb02b3b96d9ed7f859fffb43794a427fb39d9579e /compiler/rustc_const_eval
parent57e8a5317a844ce3f7355c53db34df6dd017da66 (diff)
parent5c4b61b4b4b13e408b28ecc91f4f517e78e6b5e7 (diff)
downloadrust-6f490f7ae126dbbff8b41cb39fb340efcb2c922b.tar.gz
rust-6f490f7ae126dbbff8b41cb39fb340efcb2c922b.zip
Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkin
don't uppercase error messages
Diffstat (limited to 'compiler/rustc_const_eval')
-rw-r--r--compiler/rustc_const_eval/messages.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/messages.ftl b/compiler/rustc_const_eval/messages.ftl
index 60518dafbf2..700d7c26752 100644
--- a/compiler/rustc_const_eval/messages.ftl
+++ b/compiler/rustc_const_eval/messages.ftl
@@ -457,7 +457,7 @@ const_eval_validation_failure =
     it is undefined behavior to use this value
 
 const_eval_validation_failure_note =
-    The rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
+    the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
 
 const_eval_validation_front_matter_invalid_value = constructing invalid value
 const_eval_validation_front_matter_invalid_value_with_path = constructing invalid value at {$path}