Skip to content

Commit

Permalink
update stderr file
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Sep 20, 2020
1 parent 6734230 commit 65b3419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/ui/const-generics/issues/issue-76595.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ error: constant expression depends on a generic parameter
--> $DIR/issue-76595.rs:15:5
|
LL | fn test<T, const P: usize>() where Bool<{core::mem::size_of::<T>() > 4}>: True {
| ---- required by a bound in this
| ---- required by this bound in `test`
...
LL | test::<2>();
| ^^^^^^^^^
|
= note: this may fail depending on what value the parameter takes
= note: required by this bound in `test`

error: aborting due to 2 previous errors

Expand Down

0 comments on commit 65b3419

Please sign in to comment.