mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
8aa268e731
This is actually a reexported implementation detail in the `rt::v1` module but rustdoc doesn't like reexporting items from `doc(hidden)` modules. Do what we'd end up doing anyway from an API perspective and make a public-facing `enum` that can be retranslated under the hood if necessary.