MCPcopy Create free account
hub / github.com/Emerentius/partial_application / MoveCompileFail

Class MoveCompileFail

src/lib.rs:216–216  ·  view source on GitHub ↗

```compile_fail #[macro_use] extern crate partial_application; fn main() { struct Foo(u32); let sub = |a: u32, b: Foo| a - b.0; let f = Foo(5); let sub5 = partial!(move sub => _, f); sub5(5); sub5(5); } ```

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected