feat: add dist
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
|
||||
#![feature(provide_any)]
|
||||
|
||||
use std::any::{Demand, Provider};
|
||||
|
||||
fn _f<'a, P: Provider>(p: &'a P, demand: &mut Demand<'a>) {
|
||||
p.provide(demand);
|
||||
}
|
Reference in New Issue
Block a user