Method chains no longer share a single span, which makes the location reported by Location::caller() much more useful when chaining unwraps. The next step to improve their fidelity will be to allow Location to encode the "end span" of a call, and to expose that to users somehow. Probably in the Debug/Display impls to start.
Method chains no longer share a single span, which makes the location reported by
Location::caller()much more useful when chaining unwraps. The next step to improve their fidelity will be to allowLocationto encode the "end span" of a call, and to expose that to users somehow. Probably in the Debug/Display impls to start.