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
error[E0658]: the #[expect] attribute is an experimental feature
--> C:\Users\cgisk.cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-store-macros-0.7.0\src\collection.rs:5:1
|
5 | #[expect(clippy::too_many_lines)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #54503 rust-lang/rust#54503 for more information
For more information about this error, try rustc --explain E0658.
error: could not compile tauri-store-macros (lib) due to 1 previous error
The text was updated successfully, but these errors were encountered:
Hi, thank you for reporting this! The #[expect] attribute was introduced in Rust 1.81, but our minimum supported Rust version is 1.77.2, so it's indeed not reasonable to use that attribute.
I've published an update to fix this. Please update to the latest version.
error[E0658]: the
#[expect]
attribute is an experimental feature--> C:\Users\cgisk.cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-store-macros-0.7.0\src\collection.rs:5:1
|
5 | #[expect(clippy::too_many_lines)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #54503 rust-lang/rust#54503 for more information
For more information about this error, try
rustc --explain E0658
.error: could not compile
tauri-store-macros
(lib) due to 1 previous errorThe text was updated successfully, but these errors were encountered: