We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206d5d7 commit 46800d5Copy full SHA for 46800d5
tests/ui/feature-gates/feature-gate-format_args_nl.rs
@@ -1,4 +1,4 @@
1
-use std::format_args_nl;
+use std::format_args_nl; //~ ERROR `format_args_nl` is only for internal language use
2
3
fn main() {
4
format_args_nl!(""); //~ ERROR `format_args_nl` is only for internal language use
0 commit comments