diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-10-25 17:40:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-25 17:40:31 +0200 |
| commit | dffed66456d6acf650d0af17aa34f24546108d04 (patch) | |
| tree | 19b806dbf055386c93a30e03b2b0175679801c82 | |
| parent | 105efbb4b24d64858770611dddac85d1aa0d48a2 (diff) | |
| parent | 11debd778a5f50d7a7240b653e36b22d3450f0a5 (diff) | |
| download | rust-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.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))] |
