Currently unable to build due to the following error:
error[E0366]: `!NotDynMigration` impls cannot be specialized
--> tauri/src/core/migration/mod.rs:115:1
|
115 | impl !NotDynMigration for DynMigration<'_> {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `dyn Migration<'_> + std::marker::Send + std::marker::Sync` is not a generic parameter
note: use the same sequence of generic lifetime, type and const parameters as the struct definition
--> /build/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:231:1
|
231 | / pub struct Box<
232 | | T: ?Sized,
233 | | #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
234 | | >(Unique<T>, A);
| |_^
For more information about this error, try `rustc --explain E0366`.
warning: `clash-nyanpasu` (bin "clash-nyanpasu") generated 3 warnings
error: could not compile `clash-nyanpasu` (bin "clash-nyanpasu") due to 1 previous error; 3 warnings emitted
Error failed to build app: failed to build app
ELIFECYCLE Command failed with exit code 1.
Pinned Comments
Kimiblock commented on 2024-08-30 14:17 (UTC) (edited on 2024-08-30 14:17 (UTC) by Kimiblock)
NVIDIA 用户需要设置
WEBKIT_DISABLE_DMABUF_RENDERER=1(src)