feat: add dist
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
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);
|
||||
}
|
@@ -0,0 +1 @@
|
||||
cargo:rustc-cfg=provide_any
|
@@ -0,0 +1 @@
|
||||
/Users/kah/git/git.front.kjuulh.io/kjuulh/dagger-runtime-benchmark/bench_app/target/debug/build/thiserror-c09c00dc388a372e/out
|
Reference in New Issue
Block a user