You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0560]: struct `test::TestOpts` has no field named `quiet`
--> src/lib.rs:97:9
|
97 | quiet: config.quiet,
| ^^^^^^ `test::TestOpts` does not have this field
|
= note: available fields are: `list`, `filter`, `filter_exact`, `run_ignored`, `run_tests` ... and 8 others
warning: use of deprecated item 'std::slice::<impl [T]>::rotate': renamed to `rotate_left`
--> src/runtest.rs:2614:30
|
2614 | tail.rotate(data.len());
| ^^^^^^
|
= note: #[warn(deprecated)] on by default
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: