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
Compiling rustc-ap-arena v491.0.0
error[E0599]: no method named `cap` found for type `alloc::raw_vec::RawVec<T>` in the current scope
--> /home/matthias/.cargo/registry/src/gb.xjqchip.workers.dev-1ecc6299db9ec823/rustc-ap-arena-491.0.0/lib.rs:102:47
|
102 | self.start().add(self.storage.cap())
| ^^^ private field, not a method
error[E0599]: no method named `cap` found for type `alloc::raw_vec::RawVec<T>` in the current scope
--> /home/matthias/.cargo/registry/src/gb.xjqchip.workers.dev-1ecc6299db9ec823/rustc-ap-arena-491.0.0/lib.rs:273:55
|
273 | new_capacity = last_chunk.storage.cap();
| ^^^ private field, not a method
error[E0599]: no method named `cap` found for type `alloc::raw_vec::RawVec<u8>` in the current scope
--> /home/matthias/.cargo/registry/src/gb.xjqchip.workers.dev-1ecc6299db9ec823/rustc-ap-arena-491.0.0/lib.rs:408:55
|
408 | new_capacity = last_chunk.storage.cap();
| ^^^ private field, not a method
error: aborting due to 3 previous errors
The text was updated successfully, but these errors were encountered:
Build failure was caused by rust-lang/rust#60340
The text was updated successfully, but these errors were encountered: