summaryrefslogtreecommitdiffstats
path: root/vendor/cstr/tests/compile_fail/empty.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/cstr/tests/compile_fail/empty.stderr')
-rw-r--r--vendor/cstr/tests/compile_fail/empty.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/cstr/tests/compile_fail/empty.stderr b/vendor/cstr/tests/compile_fail/empty.stderr
new file mode 100644
index 000000000..738692f22
--- /dev/null
+++ b/vendor/cstr/tests/compile_fail/empty.stderr
@@ -0,0 +1,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)