Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no field printf_datetime_tags on type &t_weechat_plugin #39

Open
JRGonz opened this issue Oct 22, 2024 · 0 comments
Open

no field printf_datetime_tags on type &t_weechat_plugin #39

JRGonz opened this issue Oct 22, 2024 · 0 comments

Comments

@JRGonz
Copy link

JRGonz commented Oct 22, 2024

I wasn't sure which project to file this under and I already filed it in weechat-matrix-rs (since it pulls this while building) but I am getting the following compile error with cargo/rustc 1.82.0

Compiling weechat v0.4.0 (/Downloads/src/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant