librustc: Remove the const declaration form everywhere
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user