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

cargo.toml TODO makes other projects compile error #74

Open
Tianion opened this issue Feb 28, 2023 · 1 comment
Open

cargo.toml TODO makes other projects compile error #74

Tianion opened this issue Feb 28, 2023 · 1 comment

Comments

@Tianion
Copy link

Tianion commented Feb 28, 2023

# TODO: remove this patch after the next version is released.

# TODO: remove this patch after the next version is released.
[patch.crates-io]
crossbeam-deque = {git = "https://github.com/crossbeam-rs/crossbeam", rev="41ed3d948720f26149b2ebeaf58fe8a193134056"}

error

error[E0599]: no method named `steal_batch_with_limit_and_pop` found for struct `Injector` in the current scope
   --> /root/.cargo/git/checkouts/yatp-e704b73c3ee279b6/7ed2529/src/queue/multilevel.rs:183:37
    |
183 |         self.level_injectors[level].steal_batch_with_limit_and_pop(&self.local_queue, steal_limit)
    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `steal_batch_and_pop`

tikv/agatedb#192, It may be helpful for you

@BusyJay
Copy link
Member

BusyJay commented Feb 28, 2023

It means you are probably using an outdated version. The API exists on master branch and is not released yet.

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