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
I received the following when I attempted to use is_sudo as a dependency under rustc 1.70.0.
error[E0433]: failed to resolve: expected type, found function `check_main` in `window`
--> /home/fpr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/is_sudo-0.0.1/src/lib.rs:64:19
|
64 | match window::check_main::is_app_elevated() {
| ^^^^^^^^^^ expected type, found function `check_main` in `window`
The text was updated successfully, but these errors were encountered:
I received the following when I attempted to use
is_sudo
as a dependency under rustc 1.70.0.The text was updated successfully, but these errors were encountered: