]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-format_args_nl.rs
Rollup merge of #94263 - anko:patch-1, r=GuillaumeGomez
[rust.git] / src / test / ui / feature-gates / feature-gate-format_args_nl.rs
1 fn main() {
2     format_args_nl!(""); //~ ERROR `format_args_nl` is only for internal language use
3 }