summaryrefslogtreecommitdiffstats
path: root/third_party/rust/cstr/tests/compile_fail/empty.stderr
blob: 68bda07fabb31570f9fb293bdf858bd8cf27c7b4 (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 the macro `cstr` (in Nightly builds, run with -Z macro-backtrace for more info)