Compiling weechat v0.4.0 (.../rust-weechat/crates/weechat)
error[E0609]: no field printf_datetime_tags on type &t_weechat_plugin
--> crates/weechat/src/weechat.rs:278:50
278
let printf_datetime_tags = weechat.get().printf_datetime_tags.unwrap();
^^^^^^^^^^^^^^^^^^^^ unknown field
= note: available fields are: `filename`, `handle`, `name`, `description`, `author` ... and 95 others
error[E0609]: no field printf_datetime_tags on type &t_weechat_plugin
--> crates/weechat/src/buffer/mod.rs:759:46
759
let printf_date_tags = weechat.get().printf_datetime_tags.unwrap();
^^^^^^^^^^^^^^^^^^^^ unknown field
= note: available fields are: `filename`, `handle`, `name`, `description`, `author` ... and 95 others
error[E0609]: no field printf_datetime_tags on type &t_weechat_plugin
--> crates/weechat/src/buffer/mod.rs:781:46
781
let printf_date_tags = weechat.get().printf_datetime_tags.unwrap();
^^^^^^^^^^^^^^^^^^^^ unknown field
= note: available fields are: `filename`, `handle`, `name`, `description`, `author` ... and 95 others
Fail on build:
cargo/rustc 1.82.0
printf_datetime_tags
on type&t_weechat_plugin
--> crates/weechat/src/weechat.rs:278:50printf_datetime_tags
on type&t_weechat_plugin
--> crates/weechat/src/buffer/mod.rs:759:46printf_datetime_tags
on type&t_weechat_plugin
--> crates/weechat/src/buffer/mod.rs:781:46