rust/src/test/ui/feature-gates/feature-gate-log_syntax2.rs
2018-12-27 15:51:37 +03:00

5 lines
114 B
Rust

// gate-test-log_syntax
fn main() {
println!("{:?}", log_syntax!()); //~ ERROR `log_syntax!` is not stable
}