Skip to content

Commit

Permalink
22874
Browse files Browse the repository at this point in the history
  • Loading branch information
wheals committed Oct 26, 2015
1 parent d9f2f2c commit 5e80ef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/22874.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
trait Foo {}
fn main() {
let _a: [Foo; 0];
}

0 comments on commit 5e80ef5

Please sign in to comment.