Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
23281
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed Oct 31, 2015
1 parent 498a336 commit f30d803
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/23281.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pub struct Struct;

impl Struct {
pub fn function(funs: Vec<Fn() -> ()>) {}
}

fn main() {}

0 comments on commit f30d803

Please sign in to comment.