summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/auxiliary/unit-return.rs
blob: 7b9986162c630378b9671af99484e943c68df61c (plain)
1
2
3
pub fn f2<F: FnMut(u32) + Clone>(f: F) {}

pub fn f3<F: FnMut(u64) -> () + Clone>(f: F) {}