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
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?
The text was updated successfully, but these errors were encountered:
rustc 1.28.0-nightly (990d8aa 2018-05-25)
I was trying to build rustfmt-nightly v0.8.2
Perhaps bumping the dependency version of the package fixes the problem?
The text was updated successfully, but these errors were encountered: