codegen: Add todo comment about error message

This commit is contained in:
Taiki Endo
2024-03-18 10:45:09 +09:00
parent 9987ee4c6f
commit 326767beec

View File

@@ -417,6 +417,7 @@ fn main() -> Result<()> {
.values()
.any(|m| matches!(m, ManifestRef::Real(m) if m.download_info.contains_key(&p)))
{
// TODO: better error message: https://github.com/taiki-e/install-action/pull/411
bail!(
"platform list in base manifest for {package} contains {p:?}, \
but result manifest doesn't contain it; \