feat(maitake-sync): mutex-traits
integration
#1382
Annotations
3 errors and 1 warning
maitake-sync/src/spin.rs#L129
error[E0433]: failed to resolve: use of undeclared crate or module `blocking`
--> maitake-sync/src/spin.rs:129:6
|
129 | impl blocking::ConstInit for Spinlock {
| ^^^^^^^^ use of undeclared crate or module `blocking`
|
help: consider importing this module
|
37 + use crate::blocking;
|
|
maitake-sync/src/spin.rs#L246
error[E0433]: failed to resolve: use of undeclared crate or module `blocking`
--> maitake-sync/src/spin.rs:246:6
|
246 | impl blocking::ConstInit for RwSpinlock {
| ^^^^^^^^ use of undeclared crate or module `blocking`
|
help: consider importing this module
|
37 + use crate::blocking;
|
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading