Eric Huss
Eric Huss
Thanks! Yea, that makes sense to me.
Merging now that https://github.com/rust-lang/rust/pull/129972 has stabilized.
Note: https://github.com/rust-lang/rust/pull/122792 made some recent changes for exhaustiveness.
> We need to make mdbook-spec linkify `Result` For now, you'll need to use a fully qualified path like ```[`Result`](std::result::Result)```. It's not really possible to support prelude items, since it...
Ah, I see! Posted https://github.com/rust-lang/reference/pull/1549 with a fix.
A concern that I think we should consider is that this seems to duplicate content from the core documentation. I think this is an important question about how we want...
cc https://github.com/rust-lang/rust/pull/130653
Can you update to also include https://github.com/rust-lang/rust/pull/128784 (assuming that isn't already covered, and should go here and not elsewhere)?
Does this also need to be updated for https://github.com/rust-lang/rust/issues/110503?
See also https://github.com/rust-lang/rust/pull/139309 which is proposing a new requirement.