From c453b83f2b15e664037324d37377ab0e9b5c380d Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 29 Jun 2019 11:16:55 +0200 Subject: [PATCH] Rustup to rustc 1.37.0-nightly (433a46781 2019-06-28) --- patches/0015-Remove-usage-of-unsized-locals.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/patches/0015-Remove-usage-of-unsized-locals.patch b/patches/0015-Remove-usage-of-unsized-locals.patch index da75a44fa3b..5d7a780d329 100644 --- a/patches/0015-Remove-usage-of-unsized-locals.patch +++ b/patches/0015-Remove-usage-of-unsized-locals.patch @@ -41,9 +41,9 @@ index f6dee7c..0c6a8c0 100644 - } -} - - /// `FnBox` is deprecated and will be removed. - /// `Box` can be called directly, since Rust 1.35.0. - /// + #[unstable(feature = "coerce_unsized", issue = "27732")] + impl, U: ?Sized> CoerceUnsized> for Box {} + 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) -