mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 09:06:27 +00:00
8 lines
290 B
Plaintext
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)
|