mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 00:57:35 +00:00
This option hasn't done anything for a long time, and can be removed. I've kept a shim in place to avoid breaking docs.rs, but the option no longer does anything. Using git-blame, I tracked this option down to f77ebd4ffaea7fc5af49425cafefe141e7458cc3, the commit that introduced EmitType in the first place. It was used with SharedResource::Unversioned, which no longer exists since f9e1f6ffdf03ec33cb29e20c88fc7bcc938c7f42 removed them. CC https://github.com/rust-lang/rust/pull/146220 Part of https://github.com/rust-lang/rust/issues/83784