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.
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.
hash/packages/libs/error-stack/tests/ui/macro_invalid_args.stderr
Line 49 in 45598cd
This is changed to:
hash/packages/libs/error-stack/tests/ui/macro_invalid_args.stderr
Line 62 in 45598cd
This is changed to:
The
which comes from the expansion of the macro `...`part is new.