https://bugzilla.redhat.com/show_bug.cgi?id=2305882



--- Comment #21 from Fabio Valentini <decatho...@gmail.com> ---
The compiler error should give you all that you need to fix this issue:

1. error[E0599]: the method `set` exists for struct
`RefCell<Option<DocumentModel>>`, but its trait bounds were not satisfied

2. help: trait `PropertySet` which provides `set` is implemented but not in
scope; perhaps you want to import it:
   use glib::property::PropertySet;

This looks like an issue in upstream code.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2305882

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202305882%23c21

-- 
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to