Update the expected stderr for coerce-issue-49593-box-never.
This commit is contained in:
parent
b7ff10378c
commit
19ef182655
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ LL | /* *mut $0 is coerced to Box<dyn Error> here */ Box::<_ /* ! */>::new(x
|
|||
BorrowError
|
||||
BorrowMutError
|
||||
Box<T>
|
||||
and 45 others
|
||||
and 43 others
|
||||
= note: required for the cast to the object type `dyn std::error::Error`
|
||||
|
||||
error[E0277]: the trait bound `(): std::error::Error` is not satisfied
|
||||
|
|
@ -31,7 +31,7 @@ LL | /* *mut $0 is coerced to *mut Error here */ raw_ptr_box::<_ /* ! */>(x)
|
|||
BorrowError
|
||||
BorrowMutError
|
||||
Box<T>
|
||||
and 45 others
|
||||
and 43 others
|
||||
= note: required for the cast to the object type `(dyn std::error::Error + 'static)`
|
||||
|
||||
error: aborting due to 2 previous errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue