-
Couldn't load subscription status.
- Fork 42
Open
Description
Running cargo test from root directory results in the following error:
output
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /home/cgm/devel/rust/enigma/enigma/Cargo.toml
workspace: /home/cgm/devel/rust/enigma/Cargo.toml
Compiling quickcheck v0.9.0
Compiling instruction-codegen v0.1.0 (/home/cgm/devel/rust/enigma/instruction-codegen)
error[E0433]: failed to resolve: use of undeclared type or module `trybuild`
--> instruction-codegen/tests/progress.rs:3:13
|
3 | let t = trybuild::TestCases::new();
| ^^^^^^^^ use of undeclared type or module `trybuild`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.
error: could not compile `instruction-codegen`.
warning: build failed, waiting for other jobs to finish...
error[E0432]: unresolved import `instruction`
--> instruction-codegen/tests/01-parse-header.rs:23:5
|
23 | use instruction::ins;
| ^^^^^^^^^^^ use of undeclared type or module `instruction`
error: cannot determine resolution for the macro `ins`
--> instruction-codegen/tests/01-parse-header.rs:25:1
|
25 | ins!(
| ^^^
|
= note: import resolution is stuck, try simplifying macro imports
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0432`.
error: could not compile `instruction-codegen`.
warning: build failed, waiting for other jobs to finish...
error: build failed
Metadata
Metadata
Assignees
Labels
No labels