Skip to content

Commit 5f19cdc

Browse files
author
Alexander Regueiro
committed
Changed test for issue 56202 to compile-pass.
1 parent 027bf8b commit 5f19cdc

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/test/ui/issues/issue-56202.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// compile-pass
2+
13
#![feature(self_struct_ctor)]
24

35
trait FooTrait {}
@@ -13,3 +15,5 @@ impl BarTrait for FooStruct {
1315
Self(u32::default())
1416
}
1517
}
18+
19+
fn main() {}

src/test/ui/issues/issue-56202.stderr

-7
This file was deleted.

0 commit comments

Comments
 (0)