From 326767beec4b75ad2d7645a466dc43baf8073c00 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 18 Mar 2024 10:45:09 +0900 Subject: [PATCH] codegen: Add todo comment about error message --- tools/codegen/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/codegen/src/main.rs b/tools/codegen/src/main.rs index 04564895..a820005e 100644 --- a/tools/codegen/src/main.rs +++ b/tools/codegen/src/main.rs @@ -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; \