]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-format_args_nl.stderr
Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum
[rust.git] / tests / ui / feature-gates / feature-gate-format_args_nl.stderr
1 error[E0658]: use of unstable library feature 'format_args_nl': `format_args_nl` is only for internal language use and is subject to change
2   --> $DIR/feature-gate-format_args_nl.rs:2:5
3    |
4 LL |     format_args_nl!("");
5    |     ^^^^^^^^^^^^^^
6    |
7    = help: add `#![feature(format_args_nl)]` to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.