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
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
multiple applicable items in scope
candidate #1 is defined in an impl of the trait `gtk::prelude::GtkMountOperationExt` for the type `O`
candidate #2 is defined in an impl of the trait `gtk::prelude::StyleContextExt` for the type `O`
candidate #3 is defined in an impl of the trait `gtk::prelude::WidgetExt` for the type `O`
candidate #4 is defined in an impl of the trait `gtk::prelude::GtkWindowExt` for the type `O`
candidate #5 is defined in an impl of the trait `gtk::prelude::InvisibleExtManual` for the type `T`
I saw the same error message
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug description
i compile my test.rs got a error
then i found two "screen" function in window.rs
Backtrace
error[E0034]: multiple applicable items in scope
--> src/main.rs:23:29
|
| let screen = window.screen().unwrap();
| ^^^^^^ multiple
screen
foundThe text was updated successfully, but these errors were encountered: