-
Notifications
You must be signed in to change notification settings - Fork 111
Please support older versions of Rust #101
Comments
Currently working on a patch for this. |
Cool! |
Mostly there; ran into what seems like a bug in See https://is.gd/yDJ60j for a test case. |
I think I ran into rust-lang/rust#22250 , fixed in Rust 1.11. |
#103 fixes this enough for some use cases. I don't see any obvious way to get backtrace working without statement blocks, and I don't want to add a pile of conditionals to make a subset of the tests work (avoiding all tests that use I submitted the work in progress to make the tests and examples work as #104 for reference, just so that work doesn't get lost if anyone else wants to try it. |
Thanks for all the quick responses on #103. |
0.7.2 released. |
I'd like to use error-chain as part of the dependencies for a project, but that project needs to support Rust 1.10. error-chain uses the ability to put attributes on non-item statements and expressions, specifically to handle the backtrace feature. Please consider moving those attributes upward (even though it duplicates a bit more code), to allow error-chain to build and run on Rust 1.10.
The text was updated successfully, but these errors were encountered: