librustc: Rename Const to Freeze
This commit is contained in:
parent
d350981c0e
commit
1eec3bba13
19 changed files with 42 additions and 42 deletions
|
@ -30,7 +30,7 @@ Rust's prelude has three main parts:
|
|||
// Reexported core operators
|
||||
pub use either::{Either, Left, Right};
|
||||
pub use kinds::{Copy, Sized};
|
||||
pub use kinds::{Const, Owned};
|
||||
pub use kinds::{Freeze, Owned};
|
||||
pub use ops::{Add, Sub, Mul, Div, Rem, Neg, Not};
|
||||
pub use ops::{BitAnd, BitOr, BitXor};
|
||||
pub use ops::{Drop};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue