Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65b3419

Browse files
committedSep 20, 2020
update stderr file
1 parent 6734230 commit 65b3419

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/test/ui/const-generics/issues/issue-76595.stderr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ error: constant expression depends on a generic parameter
88
--> $DIR/issue-76595.rs:15:5
99
|
1010
LL | fn test<T, const P: usize>() where Bool<{core::mem::size_of::<T>() > 4}>: True {
11-
| ---- required by a bound in this
11+
| ---- required by this bound in `test`
1212
...
1313
LL | test::<2>();
1414
| ^^^^^^^^^
1515
|
1616
= note: this may fail depending on what value the parameter takes
17-
= note: required by this bound in `test`
1817

1918
error: aborting due to 2 previous errors
2019

0 commit comments

Comments
 (0)
Please sign in to comment.