Skip to content

Fails to build on 1.25.0-nightly (7d6e5b9da 2018-01-27) #98

Closed
@dtolnay

Description

@dtolnay
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions