Files
rust/library
Neal 718df66f4f Two changes: Have BorrowError & BorrowMutError derive Debug and add
more information to Display implementation for BorrowError/BorrowMutError

- The BorrowError/BorrowMutError Debug implementations do not print
anything differently from what the derived implementation does, so we
don't need it.

- This change also adds the location field of
BorrowError/BorrowMutError to the the Display output when it is
present, rewords the error message, and uses the Display trait for
outputting the error message instead of Debug.
2025-06-16 11:24:38 -04:00
..
2025-05-07 13:08:19 +08:00
2025-03-10 21:23:31 +08:00
2025-06-12 07:59:13 +00:00
2025-05-01 20:01:43 +05:30
2025-05-07 13:08:19 +08:00
2025-06-08 02:36:58 +00:00