Skip to content

Commit 2c9074b

Browse files
committed
Correct the issue number of a test
1 parent a911452 commit 2c9074b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/ui/const-generics/issues/issue-775377.stderr renamed to src/test/ui/const-generics/issues/issue-77357.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: overly complex generic constant
2-
--> $DIR/issue-775377.rs:6:46
2+
--> $DIR/issue-77357.rs:6:46
33
|
44
LL | fn bug<'a, T>() -> &'static dyn MyTrait<[(); { |x: &'a u32| { x }; 4 }]> {
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^ blocks are not supported in generic constant

0 commit comments

Comments
 (0)