error[E0433]: failed to resolve. Could not find `Options` in `test`
--> src/lib.rs:146:18
|
146 | options: test::Options::new(),
| ^^^^^^^^^^^^^^^^^^ Could not find `Options` in `test`
error[E0560]: struct `test::TestOpts` has no field named `options`
--> src/lib.rs:146:9
|
146 | options: test::Options::new(),
| ^^^^^^^^ `test::TestOpts` does not have this field
error: aborting due to previous error