mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
fe3490c562
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 tof77ebd4ffa, the commit that introduced EmitType in the first place. It was used with SharedResource::Unversioned, which no longer exists sincef9e1f6ffdfremoved them. CC https://github.com/rust-lang/rust/pull/146220 Part of https://github.com/rust-lang/rust/issues/83784