rustc/vendor/cstr/tests/compile_fail/empty.stderr
2021-04-15 23:27:12 +01:00

8 lines
290 B
Plaintext

error: unexpected end of input, expected one of: byte string literal, string literal, identifier
--> $DIR/empty.rs:4:16
|
4 | let _foo = cstr!();
| ^^^^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)