Files
wasmtime/cranelift/wasm/src
Josh Triplett 7e725cf880 Migrate from failure to thiserror
The failure crate invents its own traits that don't use
std::error::Error (because failure predates certain features added to
Error); this prevents using ? on an error from failure in a function
using Error. The thiserror crate integrates with the standard Error
trait instead.
2019-10-30 17:15:09 -07:00
..
2019-10-30 17:15:09 -07:00
2019-10-24 17:20:12 -07:00
2019-10-24 17:20:12 -07:00
2019-10-24 17:20:12 -07:00