Fail if no fluent messages were found

This commit is contained in:
Guillaume Gomez
2025-10-06 12:11:56 +02:00
parent d24ee20876
commit 831cdf3144
@@ -118,5 +118,7 @@ pub fn check(path: &Path, bless: bool, diag_ctx: DiagCtx) {
},
);
assert!(!all_defined_msgs.is_empty());
crate::fluent_used::check(path, all_defined_msgs, diag_ctx);
}