about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDan Gohman <dev@sunfishcode.online>2022-04-18 17:32:25 -0700
committerDan Gohman <dev@sunfishcode.online>2022-04-18 17:32:25 -0700
commit19ef182655b0ffbaadf859fc774d94bb6fd7e17e (patch)
treef4e96a5ba3c8fe90e6be7101262a448922351dac
parentb7ff10378c6fe9eb57aa73e6a68dafcfc18da968 (diff)
downloadrust-19ef182655b0ffbaadf859fc774d94bb6fd7e17e.tar.gz
rust-19ef182655b0ffbaadf859fc774d94bb6fd7e17e.zip
Update the expected stderr for coerce-issue-49593-box-never.
-rw-r--r--src/test/ui/coercion/coerce-issue-49593-box-never.nofallback.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/coercion/coerce-issue-49593-box-never.nofallback.stderr b/src/test/ui/coercion/coerce-issue-49593-box-never.nofallback.stderr
index 99f00034eda..1b1ce67cb0c 100644
--- a/src/test/ui/coercion/coerce-issue-49593-box-never.nofallback.stderr
+++ b/src/test/ui/coercion/coerce-issue-49593-box-never.nofallback.stderr
@@ -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