Skip to content

Commit 46800d5

Browse files
committed
Fix feature-gate-format_args_nl UI test
1 parent 206d5d7 commit 46800d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::format_args_nl;
1+
use std::format_args_nl; //~ ERROR `format_args_nl` is only for internal language use
22

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

0 commit comments

Comments
 (0)