6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
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
|