Closed Bert-Proesmans closed 6 years ago
https://github.com/rust-lang/rust/commit/9a8d6b8bb5dd7dd2d378849f0c2fa586e3a5b48b
That is the cause of this issue probably, i will file a PR to fix this
I was just about to post an issue about this when I found this one. Solved it temporarily by replacing FatalError with "fatal error" so at least I'm not blocked.
I updated my nightly compiler this morning to "rustc 1.25.0-nightly (7d6e5b9da 2018-01-27)" and received the error below when trying to compile this library. I cannot say with certainty that this compile error happens since this exact version because i only update once every few days.
Edit: i wasn't complete with my information. The same error is thrown for each call to the panictry macro at lines 61, 66, 72, 86.