Derive Debug for FaerieProduct (#1252)

This allows using Result::unwrap_err for `Result`s with FaerieProducts.
This commit is contained in:
Joshua Nelson
2019-11-25 07:46:15 -05:00
committed by Till Schneidereit
parent bc9f05e5e2
commit b9296b792d
2 changed files with 4 additions and 0 deletions

View File

@@ -322,6 +322,7 @@ impl Backend for FaerieBackend {
/// This is the output of `Module`'s
/// [`finish`](../cranelift_module/struct.Module.html#method.finish) function.
/// It provides functions for writing out the object file to memory or a file.
#[derive(Debug)]
pub struct FaerieProduct {
/// Faerie artifact with all functions, data, and links from the module defined
pub artifact: faerie::Artifact,