chore(tvix/store): update ValidatePathInfoError messages

Change-Id: I8f16e25d998a74ac110ae99eec0edbbfd720c8dd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7800
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-01-09 14:29:57 +00:00 committed by flokli
parent ec470d254f
commit ed3b28aa02

View file

@ -40,7 +40,7 @@ pub enum ValidatePathInfoError {
NoNodePresent(), NoNodePresent(),
/// Invalid node name encountered. /// Invalid node name encountered.
#[error("{0} is an invalid node name: {1}")] #[error("Failed to parse {0} as NixPath: {1}")]
InvalidNodeName(String, ParseStorePathError), InvalidNodeName(String, ParseStorePathError),
/// The digest the (root) node refers to has invalid length. /// The digest the (root) node refers to has invalid length.