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

Commit

Permalink
Merge pull request #105 from bltavares/23281
Browse files Browse the repository at this point in the history
23281
  • Loading branch information
steveklabnik committed Nov 1, 2015
2 parents ec622a9 + f30d803 commit d238515
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 d238515

Please sign in to comment.