-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
area/libs > error-stackAffects the `error-stack` crate (library)Affects the `error-stack` crate (library)
Description
nightly-2022-07-20 (rust 1.64 stable) introduced rust-lang/rust#98320, which means that the UI and acceptance tests for the macro errors fail on toolchains newer than that.
= note: this error originates in the macro `$crate::report` (in Nightly builds, run with -Z macro-backtrace for more info) |
This is changed to:
= note: this error originates in the macro `$crate::report` which comes from the expansion of the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
= note: this error originates in the macro `$crate::report` (in Nightly builds, run with -Z macro-backtrace for more info) |
This is changed to:
= note: this error originates in the macro `$crate::report` which comes from the expansion of the macro `ensure` (in Nightly builds, run with -Z macro-backtrace for more info)
The which comes from the expansion of the macro `...`
part is new.
Metadata
Metadata
Assignees
Labels
area/libs > error-stackAffects the `error-stack` crate (library)Affects the `error-stack` crate (library)