Skip to content

build failure with latest nightly #2744

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

Closed
matthiaskrgr opened this issue May 28, 2018 · 0 comments · Fixed by #2745
Closed

build failure with latest nightly #2744

matthiaskrgr opened this issue May 28, 2018 · 0 comments · Fixed by #2745

Comments

@matthiaskrgr
Copy link
Member

rustc 1.28.0-nightly (990d8aa 2018-05-25)
I was trying to build rustfmt-nightly v0.8.2

   Compiling rustc-ap-rustc_data_structures v147.0.0
error[E0599]: no method named `start_bound` found for type `R` in the current scope
   --> /home/matthias/.cargo/registry/src/gh.loli.garden-1ecc6299db9ec823/rustc-ap-rustc_data_structures-147.0.0/array_vec.rs:122:33
    |
122 |         let start = match range.start_bound() {
    |                                 ^^^^^^^^^^^
error[E0599]: no method named `end_bound` found for type `R` in the current scope
   --> /home/matthias/.cargo/registry/src/gh.loli.garden-1ecc6299db9ec823/rustc-ap-rustc_data_structures-147.0.0/array_vec.rs:127:31
    |
127 |         let end = match range.end_bound() {
    |                               ^^^^^^^^^
error[E0599]: no method named `start_bound` found for type `R` in the current scope
   --> /home/matthias/.cargo/registry/src/gh.loli.garden-1ecc6299db9ec823/rustc-ap-rustc_data_structures-147.0.0/sorted_map.rs:218:33
    |
218 |         let start = match range.start_bound() {
    |                                 ^^^^^^^^^^^
error[E0599]: no method named `end_bound` found for type `R` in the current scope
   --> /home/matthias/.cargo/registry/src/gh.loli.garden-1ecc6299db9ec823/rustc-ap-rustc_data_structures-147.0.0/sorted_map.rs:233:31
    |
233 |         let end = match range.end_bound() {
    |                               ^^^^^^^^^
error: aborting due to 4 previous errors

Perhaps bumping the dependency version of the package fixes the problem?

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

Successfully merging a pull request may close this issue.

1 participant