1
Fork 0

Specify what 'this' actually is

This commit is contained in:
Michael Goulet 2023-02-21 05:21:07 +00:00
parent 8f55d6025f
commit a58682d7cc
68 changed files with 193 additions and 187 deletions

View file

@ -8,7 +8,7 @@ note: required by a bound in `bar`
--> $DIR/unify_with_nested_expr.rs:14:10
|
LL | fn bar<const N: usize>()
| --- required by a bound in this
| --- required by a bound in this function
LL | where
LL | [(); N + 1]:,
| ^^^^^ required by this bound in `bar`