diff options
Diffstat (limited to 'vendor/bitflags-1.3.2/tests/compile-fail/visibility/pub_const.stderr.beta')
-rw-r--r-- | vendor/bitflags-1.3.2/tests/compile-fail/visibility/pub_const.stderr.beta | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/bitflags-1.3.2/tests/compile-fail/visibility/pub_const.stderr.beta b/vendor/bitflags-1.3.2/tests/compile-fail/visibility/pub_const.stderr.beta deleted file mode 100644 index b01122c..0000000 --- a/vendor/bitflags-1.3.2/tests/compile-fail/visibility/pub_const.stderr.beta +++ /dev/null @@ -1,5 +0,0 @@ -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 |