pub async fn matches_expected( expected: FxHashSet<FileSystemPath>, seen: FxHashSet<FileSystemPath>, ) -> Result<()>