summaryrefslogtreecommitdiffstats
path: root/vendor/cxx/tests/ui/empty_struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/cxx/tests/ui/empty_struct.stderr')
-rw-r--r--vendor/cxx/tests/ui/empty_struct.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/cxx/tests/ui/empty_struct.stderr b/vendor/cxx/tests/ui/empty_struct.stderr
deleted file mode 100644
index f6fbfc117..000000000
--- a/vendor/cxx/tests/ui/empty_struct.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: structs without any fields are not supported
- --> tests/ui/empty_struct.rs:3:5
- |
-3 | struct Empty {}
- | ^^^^^^^^^^^^^^^