From 11debd778a5f50d7a7240b653e36b22d3450f0a5 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Wed, 25 Oct 2023 19:14:03 +0800 Subject: [PATCH] Fix problematic comment Signed-off-by: cui fliter --- tests/ui/const-generics/const-arg-in-const-arg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))]