You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add macro_rules! rustdoc change to 1.62 relnotes
rust-lang#96630 was tagged <kbd>relnotes</kbd> but didn't make it into the notes. Given this is a compatibility issue (rust-lang#97030, rust-lang#98735, rust-lang#98743), it probably *should* be retroactively added.
Code
When updating the clippy lints in Smithay I found that one of the doc tests no longer compiles in CI: https://github.com/Smithay/smithay/runs/7139965884?check_suite_focus=true
A minimal example also reproduces this:
I tried this code and ran
cargo test
:I expected to see this happen:
Test completes successfully.
Instead, this happened:
Version it worked on
It most recently worked on: Rust 1.61.0
Version with regression
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: