mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Rustup to rustc 1.37.0-nightly (433a46781
2019-06-28)
This commit is contained in:
parent
4e1d219f06
commit
c453b83f2b
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user