summaryrefslogtreecommitdiffstats
path: root/vendor/bitflags/tests/compile-fail/visibility/pub_const.stderr.beta
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/bitflags/tests/compile-fail/visibility/pub_const.stderr.beta')
-rw-r--r--vendor/bitflags/tests/compile-fail/visibility/pub_const.stderr.beta5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/bitflags/tests/compile-fail/visibility/pub_const.stderr.beta b/vendor/bitflags/tests/compile-fail/visibility/pub_const.stderr.beta
new file mode 100644
index 000000000..b01122c7a
--- /dev/null
+++ b/vendor/bitflags/tests/compile-fail/visibility/pub_const.stderr.beta
@@ -0,0 +1,5 @@
+error: no rules expected the token `pub`
+ --> $DIR/pub_const.rs:5:9
+ |
+5 | pub const FLAG_A = 0b00000001;
+ | ^^^ no rules expected this token in macro call