Home
last modified time | relevance | path

Searched refs:LockfileAnnotation (Results 1 – 1 of 1) sorted by relevance

/external/bazelbuild-rules_rust/crate_universe/src/metadata/
Dmetadata_annotation.rs170 pub(crate) struct LockfileAnnotation { struct
175 impl LockfileAnnotation { argument
367 pub(crate) lockfile: LockfileAnnotation,
382 let lockfile_annotation = LockfileAnnotation::new(cargo_lockfile, &cargo_metadata)?; in new()
511 LockfileAnnotation::new(test::lockfile::alias(), &test::metadata::alias()).unwrap(); in annotate_lockfile_with_aliases()
521 LockfileAnnotation::new( in annotate_lockfile_with_build_scripts()
530 LockfileAnnotation::new(test::lockfile::no_deps(), &test::metadata::no_deps()).unwrap(); in annotate_lockfile_with_no_deps()
536 LockfileAnnotation::new(test::lockfile::git_repos(), &test::metadata::git_repos()) in detects_strip_prefix_for_git_repo()
560 LockfileAnnotation::new(test::lockfile::git_repos(), &test::metadata::git_repos()) in resolves_commit_from_branches_and_tags()