diff options
Diffstat (limited to 'vendor/indoc/tests/ui/printdoc-no-named-arg.stderr')
-rw-r--r-- | vendor/indoc/tests/ui/printdoc-no-named-arg.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/indoc/tests/ui/printdoc-no-named-arg.stderr b/vendor/indoc/tests/ui/printdoc-no-named-arg.stderr new file mode 100644 index 000000000..bed418d92 --- /dev/null +++ b/vendor/indoc/tests/ui/printdoc-no-named-arg.stderr @@ -0,0 +1,5 @@ +error[E0425]: cannot find value `named` in this scope + --> tests/ui/printdoc-no-named-arg.rs:4:17 + | +4 | printdoc!("{named}"); + | ^^^^^ not found in this scope |