We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://download.copr.fedorainfracloud.org/results/remilauzier/rust-cuda/fedora-rawhide-x86_64/03707783-rust-cust_core/builder-live.log.gz
running 3 tests test src/lib.rs - _hidden::DeviceCopy (line 21) ... FAILED test src/lib.rs - _hidden::DeviceCopy (line 34) - compile fail ... ok test src/lib.rs - _hidden::DeviceCopy (line 44) ... FAILED
failures:
---- src/lib.rs - _hidden::DeviceCopy (line 21) stdout ---- error[E0432]: unresolved import cust --> src/lib.rs:22:5 | 2 | use cust::DeviceCopy; | ^^^^ use of undeclared crate or module cust
cust
error: cannot determine resolution for the derive macro DeviceCopy --> src/lib.rs:24:17 | 4 | #[derive(Clone, DeviceCopy)] | ^^^^^^^^^^ | = note: import resolution is stuck, try simplifying macro imports
DeviceCopy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://download.copr.fedorainfracloud.org/results/remilauzier/rust-cuda/fedora-rawhide-x86_64/03707783-rust-cust_core/builder-live.log.gz
running 3 tests
test src/lib.rs - _hidden::DeviceCopy (line 21) ... FAILED
test src/lib.rs - _hidden::DeviceCopy (line 34) - compile fail ... ok
test src/lib.rs - _hidden::DeviceCopy (line 44) ... FAILED
failures:
---- src/lib.rs - _hidden::DeviceCopy (line 21) stdout ----
error[E0432]: unresolved import
cust
--> src/lib.rs:22:5
|
2 | use cust::DeviceCopy;
| ^^^^ use of undeclared crate or module
cust
error: cannot determine resolution for the derive macro
DeviceCopy
--> src/lib.rs:24:17
|
4 | #[derive(Clone, DeviceCopy)]
| ^^^^^^^^^^
|
= note: import resolution is stuck, try simplifying macro imports
The text was updated successfully, but these errors were encountered: