summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-log_syntax.rs
blob: 181f66cb08ee26999f68f63928d4689d79d6e99d (plain)
1
2
3
fn main() {
    log_syntax!() //~ ERROR `log_syntax!` is not stable enough
}