bootstrap-1.38.patch 460 B

1234567891011121314
  1. diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
  2. index e54c9360baec..9e4cd5ebca74 100644
  3. --- a/src/bootstrap/builder.rs
  4. +++ b/src/bootstrap/builder.rs
  5. @@ -145,7 +145,7 @@ impl StepDescription {
  6. only_hosts: S::ONLY_HOSTS,
  7. should_run: S::should_run,
  8. make_run: S::make_run,
  9. - name: unsafe { ::std::intrinsics::type_name::<S>() },
  10. + name: std::any::type_name::<S>(),
  11. }
  12. }