mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 13:41:10 +00:00
fix: sync_to_translation_status.er
This commit is contained in:
parent
fc85265d9f
commit
d07ceb30e1
3 changed files with 2 additions and 3 deletions
|
@ -178,6 +178,7 @@ impl TyCheckError {
|
|||
found: &Type,
|
||||
hint: Option<String>,
|
||||
) -> Self {
|
||||
let name = name.with_color(Color::Yellow);
|
||||
let mut expct = StyledStrings::default();
|
||||
switch_lang!(
|
||||
"japanese" => expct.push_str("予期した型: "),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue