rust/tests/ui/feature-gates/feature-gate-format_args_nl.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
100 B
Rust
Raw Normal View History

fn main() {
format_args_nl!(""); //~ ERROR `format_args_nl` is only for internal language use
}