-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
As of Rust 1.34, the new TryFrom interfaces are stable in the standard library. We should use these in place of the cast crate where applicable.
For examples of how to do this, see the corresponding PR in Cranelift, although note that Wasmtime uses cast much more extensively.
Reactions are currently unavailable