Skip to content

Commit

Permalink
Changed test for issue 56202 to compile-pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Regueiro committed Nov 30, 2018
1 parent 027bf8b commit 5f19cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 4 additions & 0 deletions src/test/ui/issues/issue-56202.rs
@@ -1,3 +1,5 @@
// compile-pass

#![feature(self_struct_ctor)]

trait FooTrait {}
Expand All @@ -13,3 +15,5 @@ impl BarTrait for FooStruct {
Self(u32::default())
}
}

fn main() {}
7 changes: 0 additions & 7 deletions src/test/ui/issues/issue-56202.stderr

This file was deleted.

0 comments on commit 5f19cdc

Please sign in to comment.