mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:37:08 +00:00
Remove `verbose_generic_activity_with_arg` This removes `verbose_generic_activity_with_arg` and changes users to `generic_activity_with_arg`. This keeps the output of `-Z time` readable while these repeated events are still available with the self profiling mechanism.
For more information about how rustc works, see the rustc dev guide.