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
I didn't mean const printing, sorry. But rather that entire push_* stuff, which was hacked together for the monomorphization collector but can now use the printing infrastructure.
changed the title [-]Use `ty::print` infrastructure for const printing[/-][+]The `push_*` printing in `librustc_monomorphize` should use the printing infrastructure[/+]on May 11, 2019
Activity
eddyb commentedon May 6, 2019
I didn't mean const printing, sorry. But rather that entire
push_*
stuff, which was hacked together for the monomorphization collector but can now use the printing infrastructure.[-]Use `ty::print` infrastructure for const printing[/-][+]The `push_*` printing in `librustc_monomorphize` should use the printing infrastructure[/+]Mark-Simulacrum commentedon Jun 22, 2019
This code now lives in https://github.com/rust-lang/rust/blob/929b48ec98aaff2239257574b5897f419cec2647/src/librustc/ty/print/obsolete.rs as far as I can tell, so this is probably a duplicate of #61139 at this point. Closing as such.