summaryrefslogtreecommitdiffstats
path: root/vendor/cstr/tests/compile_fail/empty.stderr
blob: 738692f22c142601827c5e385804bb3236ec5d86 (plain)
1
2
3
4
5
6
7
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)