Skip to content

Commit 1777f43

Browse files
committedDec 5, 2021
bless tests
1 parent 8ff50fe commit 1777f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/ui/const-generics/generic_const_exprs/closures.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error: overly complex generic constant
44
LL | fn test<const N: usize>() -> [u8; N + (|| 42)()] {}
55
| ^^^^-------^^
66
| |
7-
| dereferencing is not supported in generic constants
7+
| borrowing is not supported in generic constants
88
|
99
= help: consider moving this anonymous constant into a `const` function
1010
= note: this operation may be supported in the future

0 commit comments

Comments
 (0)