1
Fork 0

librustc: Rename Const to Freeze

This commit is contained in:
Patrick Walton 2013-06-05 15:53:17 -07:00 committed by Corey Richardson
parent d350981c0e
commit 1eec3bba13
19 changed files with 42 additions and 42 deletions

View file

@ -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};