fix: ✏️ forgot to change the stable version for assert_matches! macro.#155943
fix: ✏️ forgot to change the stable version for assert_matches! macro.#155943rust-bors[bot] merged 2 commits intorust-lang:mainfrom
assert_matches! macro.#155943Conversation
|
r? @nia-e rustbot has assigned @nia-e. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Btw, this is my first PR to this repo, so if I'm missing something (maybe changing the target), tell me! |
This comment has been minimized.
This comment has been minimized.
|
See the build error (feature is likely mentioned elsewhere too), but happy to approve once that's fixed |
|
Perfect! let me fix it. |
|
Because the error is |
This comment has been minimized.
This comment has been minimized.
|
Is this worth a beta backport, to stop stable docs for 1.96 from displaying the wrong stabilization version? |
|
Think so. I intended to beta-nominate it once it's ready for merging |
|
looks good :D @bors r+ rollup |
|
yay :D |
Rollup of 6 pull requests Successful merges: - #152443 (NVPTX: Drop support for old architectures and old ISAs) - #155648 (`-Znext-solver` Propagate `stalled_on_coroutines` as a field in `Certainty::Maybe`) - #155896 (Shrink `ParseSess`) - #155922 (delete unused auxiliary test files) - #155943 (fix: ✏️ forgot to change the stable version for `assert_matches!` macro.) - #155947 (tests: mark simple UI tests as check-pass)
|
beta backport approved as per compiler team on Zulip. A backport PR will be authored by the release team at the end of the current development cycle. Backport labels are handled by them. |
The
assert_matchesmacro was delayed because of #154406 and the#[stable(since)]wasn't changed to the next version.