Rustup to rustc 1.37.0-nightly (433a46781 2019-06-28)

This commit is contained in:
bjorn3 2019-06-29 11:16:55 +02:00
parent 4e1d219f06
commit c453b83f2b

View File

@ -41,9 +41,9 @@ index f6dee7c..0c6a8c0 100644
- }
-}
-
/// `FnBox` is deprecated and will be removed.
/// `Box<dyn FnOnce()>` can be called directly, since Rust 1.35.0.
///
#[unstable(feature = "coerce_unsized", issue = "27732")]
impl<T: ?Sized + Unsize<U>, U: ?Sized> CoerceUnsized<Box<U>> for Box<T> {}
diff --git a/src/libstd/sys_common/at_exit_imp.rs b/src/libstd/sys_common/at_exit_imp.rs
index 1181b86..20f9251 100644
--- a/src/libstd/sys_common/at_exit_imp.rs
@ -96,4 +96,3 @@ index b2142e7..718bb1c 100644
pub fn min_stack() -> usize {
--
2.20.1 (Apple Git-117)