error: cannot find macro `gettext` in this scope
--> src/application.rs:695:60
|
695 | ... .send(Action::AddToast(gettext!(
| ^^^^^^^
|
note: `gettext` is imported here, but it is a function, not a macro
--> src/application.rs:3:5
|
3 | use gettextrs::gettext;
| ^^^^^^^^^^^^^^^^^^
按README使用ninja构建时报错
源码来自Release的2.4.1.tar.gz