]> git.proxmox.com Git - rustc.git/blob - vendor/cstr/tests/compile_fail/empty.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / cstr / tests / compile_fail / empty.stderr
1 error: unexpected end of input, expected one of: byte string literal, string literal, identifier
2 --> $DIR/empty.rs:4:16
3 |
4 4 | let _foo = cstr!();
5 | ^^^^^^^
6 |
7 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)