]> git.proxmox.com Git - rustc.git/blobdiff - vendor/indoc/tests/ui/printdoc-no-named-arg.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / indoc / tests / ui / printdoc-no-named-arg.stderr
index e40cf72c781cc0746ba1e78ec3c3ac1084e1682b..bed418d92f26580b11d4ec251c00d3eb93b7ce34 100644 (file)
@@ -1,7 +1,5 @@
-error: there is no argument named `named`
- --> $DIR/printdoc-no-named-arg.rs:4:16
+error[E0425]: cannot find value `named` in this scope
+ --> tests/ui/printdoc-no-named-arg.rs:4:17
   |
 4 |     printdoc!("{named}");
-  |                ^^^^^^^
-  |
-  = help: if you intended to capture `named` from the surrounding scope, add `#![feature(format_args_capture)]` to the crate attributes
+  |                 ^^^^^ not found in this scope