about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-10-25 17:40:31 +0200
committerGitHub <noreply@github.com>2023-10-25 17:40:31 +0200
commitdffed66456d6acf650d0af17aa34f24546108d04 (patch)
tree19b806dbf055386c93a30e03b2b0175679801c82
parent105efbb4b24d64858770611dddac85d1aa0d48a2 (diff)
parent11debd778a5f50d7a7240b653e36b22d3450f0a5 (diff)
downloadrust-dffed66456d6acf650d0af17aa34f24546108d04.tar.gz
rust-dffed66456d6acf650d0af17aa34f24546108d04.zip
Rollup merge of #117160 - cuishuang:master, r=lqd
Fix typo in test comment
-rw-r--r--tests/ui/const-generics/const-arg-in-const-arg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/const-arg-in-const-arg.rs b/tests/ui/const-generics/const-arg-in-const-arg.rs
index 9eaa54347f1..c1a4c3dc348 100644
--- a/tests/ui/const-generics/const-arg-in-const-arg.rs
+++ b/tests/ui/const-generics/const-arg-in-const-arg.rs
@@ -1,5 +1,5 @@
 // revisions: min
-// we use a single revision because t his shoudl have a `full` revision
+// we use a single revision because this should have a `full` revision
 // but right now that ICEs and I(@BoxyUwU) could not get stderr normalization to work
 
 #![cfg_attr(full, feature(generic_const_exprs))]