-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-mediumMedium priorityMedium priority
Description
Lines 43 to 48 in a9ff135
/// The [`cause`] method is generally used when errors cross "abstraction | |
/// boundaries", i.e., when a one module must report an error that is "caused" | |
/// by an error from a lower-level module. This setup makes it possible for the | |
/// high-level module to provide its own errors that do not commit to any | |
/// particular implementation, but also reveal some of its implementation for | |
/// debugging via [`cause`] chains. |
This should be updated to talk about source()
instead.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-mediumMedium priorityMedium priority