You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Fail on build:
cargo/rustc 1.82.0
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 otherserror[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 otherserror[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 othersThe text was updated successfully, but these errors were encountered: