diff options
| author | cui fliter <imcusg@gmail.com> | 2023-10-25 19:14:03 +0800 |
|---|---|---|
| committer | cui fliter <imcusg@gmail.com> | 2023-10-25 19:14:03 +0800 |
| commit | 11debd778a5f50d7a7240b653e36b22d3450f0a5 (patch) | |
| tree | 2ae68122db71c7f75a4123e1db78251bb73bce92 | |
| parent | 98108dc26cb3f73f29c07b03ab75540545f3b481 (diff) | |
| download | rust-11debd778a5f50d7a7240b653e36b22d3450f0a5.tar.gz rust-11debd778a5f50d7a7240b653e36b22d3450f0a5.zip | |
Fix problematic comment
Signed-off-by: cui fliter <imcusg@gmail.com>
| -rw-r--r-- | tests/ui/const-generics/const-arg-in-const-arg.rs | 2 |
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))] |
