mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Rustup to rustc 1.45.0-nightly (fa51f810e
2020-04-29)
This commit is contained in:
parent
0792280120
commit
12c92a32f6
@ -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;
|
||||
|
@ -1 +1 @@
|
||||
nightly-2020-04-27
|
||||
nightly-2020-04-30
|
||||
|
Loading…
Reference in New Issue
Block a user