Skip to content

Commit

Permalink
Rollup merge of #117160 - cuishuang:master, r=lqd
Browse files Browse the repository at this point in the history
Fix typo in test comment
  • Loading branch information
matthiaskrgr committed Oct 25, 2023
2 parents 105efbb + 11debd7 commit dffed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/const-generics/const-arg-in-const-arg.rs
Original file line number Diff line number Diff line change
@@ -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))]
Expand Down

0 comments on commit dffed66

Please sign in to comment.