blob: 110e4410626f3f246c4f0a4f92fd5632d2c07c8a (
plain)
1
2
3
4
5
6
7
|
error: unexpected end of macro invocation, expected format string
--> tests/ui/no-arguments.rs:4:5
|
4 | indoc!();
| ^^^^^^^^
|
= note: this error originates in the macro `indoc` (in Nightly builds, run with -Z macro-backtrace for more info)
|