Closed
Description
Before #2847 was merged Runfiles::create()
always called RepoMapping::new()
when the Result
of parse_repo_mapping
was an error. Now, due to the question mark operator after the transpose()
rules_rust/tools/runfiles/runfiles.rs
Lines 143 to 146 in 07dc023
the error is returned to the caller, instead of returning a default RepoMapping
as before that PR.