forked from bitflags/bitflags
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support TRYBUILD=overwrite in our beta test scheme
- Loading branch information
Showing
2 changed files
with
54 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
error[E0277]: the trait bound `BootlegFlags: ImplementedByBitFlagsMacro` is not satisfied | ||
--> $DIR/custom_impl.rs:5:6 | ||
| | ||
5 | impl BitFlags for BootlegFlags { | ||
| ^^^^^^^^ the trait `ImplementedByBitFlagsMacro` is not implemented for `BootlegFlags` | ||
| | ||
--> $DIR/custom_impl.rs:5:6 | ||
| | ||
5 | impl BitFlags for BootlegFlags { | ||
| ^^^^^^^^ the trait `ImplementedByBitFlagsMacro` is not implemented for `BootlegFlags` | ||
| | ||
note: required by a bound in `BitFlags` | ||
--> $DIR/bitflags_trait.rs:6:21 | ||
| | ||
6 | pub trait BitFlags: ImplementedByBitFlagsMacro { | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BitFlags` | ||
--> $DIR/bitflags_trait.rs:10:21 | ||
| | ||
10 | pub trait BitFlags: ImplementedByBitFlagsMacro { | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BitFlags` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters