Skip to content

Commit

Permalink
Bless new test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Jul 22, 2024
1 parent fa62127 commit fdb5f2e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions enumset_test_trybuild/tests/compile-fail/explicit_repr.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ note: if you're trying to build a new `enumset::EnumSet<OkayEnumButCantUseFromRe
and $N others
--> $WORKSPACE/enumset/src/set.rs
|
| pub fn new() -> Self {
| ^^^^^^^^^^^^^^^^^^^^
| pub const fn new() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
| pub fn only(t: T) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
...
| pub fn empty() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^
| pub const fn empty() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
| pub fn all() -> Self {
| ^^^^^^^^^^^^^^^^^^^^
| pub const fn all() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: the following trait bounds were not satisfied:
`OkayEnumButCantUseFromRepr: EnumSetTypeWithRepr`
note: the trait `EnumSetTypeWithRepr` must be implemented
Expand All @@ -52,17 +52,17 @@ note: if you're trying to build a new `enumset::EnumSet<OkayEnumButCantUseFromRe
and $N others
--> $WORKSPACE/enumset/src/set.rs
|
| pub fn new() -> Self {
| ^^^^^^^^^^^^^^^^^^^^
| pub const fn new() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
| pub fn only(t: T) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
...
| pub fn empty() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^
| pub const fn empty() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
| pub fn all() -> Self {
| ^^^^^^^^^^^^^^^^^^^^
| pub const fn all() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: the following trait bounds were not satisfied:
`OkayEnumButCantUseFromReprArray: EnumSetTypeWithRepr`
note: the trait `EnumSetTypeWithRepr` must be implemented
Expand Down

0 comments on commit fdb5f2e

Please sign in to comment.