]> git.proxmox.com Git - rustc.git/blob - vendor/indoc/tests/ui/printdoc-no-named-arg.stderr
e40cf72c781cc0746ba1e78ec3c3ac1084e1682b
[rustc.git] / vendor / indoc / tests / ui / printdoc-no-named-arg.stderr
1 error: there is no argument named `named`
2 --> $DIR/printdoc-no-named-arg.rs:4:16
3 |
4 4 | printdoc!("{named}");
5 | ^^^^^^^
6 |
7 = help: if you intended to capture `named` from the surrounding scope, add `#![feature(format_args_capture)]` to the crate attributes