Skip to content

Commit

Permalink
Update expected trybuild output for latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Apr 9, 2022
1 parent a6ea3aa commit c898257
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion test_suite/ui/multiple_bits_deferred.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfied
--> $DIR/multiple_bits_deferred.rs:7:5
--> ui/multiple_bits_deferred.rs:7:5
|
7 | Three = THREE,
| ^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
|
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`
8 changes: 6 additions & 2 deletions test_suite/ui/zero_discriminant_deferred.stderr
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfied
--> $DIR/zero_discriminant_deferred.rs:7:5
--> ui/zero_discriminant_deferred.rs:7:5
|
7 | Zero = ZERO,
| ^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
|
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`

error[E0277]: the trait bound `AssertionFailed: ExactlyOneBitSet` is not satisfied
--> $DIR/zero_discriminant_deferred.rs:14:5
--> ui/zero_discriminant_deferred.rs:14:5
|
14 | Overflown = (ZERO + 2) << 7,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ExactlyOneBitSet` is not implemented for `AssertionFailed`
|
= help: the trait `ExactlyOneBitSet` is implemented for `AssertionSucceeded`

0 comments on commit c898257

Please sign in to comment.