mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fail if no fluent messages were found
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user