Upgrade to rustc 1.33.0-nightly (c0bbc3927 2019-01-03)

CC https://github.com/rust-lang/rust/issues/56105#issuecomment-451457706
This commit is contained in:
Simon Sapin 2019-01-04 15:01:14 +01:00
parent c4a6dcfe4b
commit 5f422b6161
2 changed files with 1 additions and 8 deletions

View file

@ -503,13 +503,6 @@ unsafe impl<A, B> JSTraceable for fn(A) -> B {
}
}
unsafe impl<'a, A, B> JSTraceable for fn(&A) -> B {
#[inline]
unsafe fn trace(&self, _: *mut JSTracer) {
// Do nothing
}
}
unsafe impl<T> JSTraceable for IpcSender<T>
where
T: for<'de> Deserialize<'de> + Serialize,

View file

@ -1 +1 @@
nightly-2018-12-28
nightly-2019-01-04