about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-log_syntax2.rs
blob: a3906dcc16e1cb6f1444a75892c9519002c46e75 (plain)
1
2
3
4
5
// gate-test-log_syntax

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