]> git.lizzy.rs Git - rust.git/commit
auto merge of #12175 : sfackler/rust/phase-use-ignored, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 11 Feb 2014 10:11:41 +0000 (02:11 -0800)
committerbors <bors@rust-lang.org>
Tue, 11 Feb 2014 10:11:41 +0000 (02:11 -0800)
commit1dc6359a0abd414ed2414da2cfd3751f364a59bf
treec51e0f20864f19d07d42e0dc18303020dc4314e9
parent86e6a5cf7beb567ff908ea35748392bd0bb01b58
parentccd1cda10eaa570e67d8daccfcb3e0e3b651da2d
auto merge of #12175 : sfackler/rust/phase-use-ignored, r=alexcrichton

It could throw an error but I think it's best to not since `#[phase(..)]` syntax in other places would be silently ignored.

Closes #11806