Skip to content

Commit

Permalink
Correct the issue number of a test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 8, 2022
1 parent a911452 commit 2c9074b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: overly complex generic constant
--> $DIR/issue-775377.rs:6:46
--> $DIR/issue-77357.rs:6:46
|
LL | fn bug<'a, T>() -> &'static dyn MyTrait<[(); { |x: &'a u32| { x }; 4 }]> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^ blocks are not supported in generic constant
Expand Down

0 comments on commit 2c9074b

Please sign in to comment.