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

23281 #105

Merged
merged 1 commit into from
Nov 1, 2015
Merged

23281 #105

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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() {}