Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dtolnay opened this issue Jan 28, 2018 · 1 comment
Closed

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

dtolnay opened this issue Jan 28, 2018 · 1 comment

Comments

@dtolnay
Copy link
Contributor

dtolnay commented Jan 28, 2018

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
@laumann
Copy link
Collaborator

laumann commented Jan 28, 2018

#99 is merged an 0.3.6 is out, which should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants