rust-1.38.0

This commit is contained in:
Rmys
2019-10-21 21:05:37 +03:00
parent 3ce1644fb2
commit a277d7b080
5 changed files with 99 additions and 37 deletions
@@ -0,0 +1,13 @@
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>(),
}
}