librustc: Remove the const declaration form everywhere

This commit is contained in:
Patrick Walton
2013-03-22 14:00:15 -07:00
parent eba3367404
commit 85c9fc6f8f
157 changed files with 1031 additions and 1033 deletions

View File

@@ -493,7 +493,7 @@ pub fn core_macros() -> ~str {
mod $c {
fn key(_x: @::core::condition::Handler<$in,$out>) { }
pub const cond :
pub static cond :
::core::condition::Condition/&static<$in,$out> =
::core::condition::Condition {
name: stringify!($c),