auto merge of #11632 : brson/rust/issue-11602, r=huonw

This commit is contained in:
bors 2014-01-18 16:46:39 -08:00
commit c0578b4a41
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,13 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
fn main() {
log_syntax!() //~ ERROR `log_syntax!` is not stable enough
}