Jane Losare-Lusby
Jane Losare-Lusby
Pardon the late reply, but the issue is around how you construct your errors. If you construct errors in any of the std functions that take a closure and they...
no objections
Looks good, I'm happy to merge this with the addition of some tests. Particularly what happens when conflicting verbosity is set via both the hook builder and the env.
clippy warnings should be fixed now
working on this in https://github.com/eyre-rs/eyre/issues/215
tenatively that sounds fine, the only concern would be whats the MSRV for that version of pyo3 since we'd inherit it
I believe the problem is that when you treat an `eyre::Report` as a source error it uses the `Display` impl instead of the `Debug` impl to get the error message....
@rustbot label -S-waiting-on-author
https://github.com/yaahc/rust/blob/adaa838976ff99a4f0661136322f64cb466b58a0/compiler/rustc_resolve/src/build_reduced_graph.rs#L630-L631 is the logic that controls this, it doesn't make a carveout for renaming imports but it doesn't mention them either so I'm not positive if that means it was...
I'm pretty sure I ran into this issue as well on the `rust-lang/rust` repo. Only solution I could find to recover from this issue was downgrading back to `0.35.0` ```...