1234567891011121314 |
- diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
- index e54c9360baec..9e4cd5ebca74 100644
- --- a/src/bootstrap/builder.rs
- +++ b/src/bootstrap/builder.rs
- @@ -145,7 +145,7 @@ impl StepDescription {
- only_hosts: S::ONLY_HOSTS,
- should_run: S::should_run,
- make_run: S::make_run,
- - name: unsafe { ::std::intrinsics::type_name::<S>() },
- + name: std::any::type_name::<S>(),
- }
- }
-
|