Skip to content

Commit 65b3419

Browse files
committed
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

+1-2
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)