pub(crate) fn find_workspace_root_file(
workspace: &Utf8Path,
) -> Result<Utf8PathBuf>
Expand description
Looks within the current directory for a file that marks a bazel workspace.
ยงErrors
Returns an error if no file from WORKSPACE_ROOT_FILE_NAMES
is found.