Rustup to rustc 1.45.0-nightly (fa51f810e 2020-04-29)

This commit is contained in:
bjorn3 2020-04-30 11:28:48 +02:00
parent 0792280120
commit 12c92a32f6
2 changed files with 7 additions and 1 deletions

View File

@ -85,6 +85,12 @@ unsafe impl<T: ?Sized> Freeze for *mut T {}
unsafe impl<T: ?Sized> Freeze for &T {}
unsafe impl<T: ?Sized> Freeze for &mut T {}
#[lang = "structural_peq"]
pub trait StructuralPartialEq {}
#[lang = "structural_teq"]
pub trait StructuralEq {}
#[lang = "not"]
pub trait Not {
type Output;

View File

@ -1 +1 @@
nightly-2020-04-27
nightly-2020-04-30