Fix E0067: illegal erase coercion
Rust compiler error E0067 occurs when attempting an illegal lifetime erasure coercion that violates Rust's type coercion rules.
2 articles
Rust compiler error E0067 occurs when attempting an illegal lifetime erasure coercion that violates Rust's type coercion rules.
Rust compiler error when a function pointer is invoked with an incorrect number of arguments