-
Notifications
You must be signed in to change notification settings - Fork 64
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
No method named remove_item #118
Comments
This error goes away when I apply #109, btw. |
Thanks for the tip on #109 , for anyone looking for a quick solution:
|
Any updates ? Still getting this error when compiling. |
Same error when compiling with Compiling async_value v0.2.7
warning: unnecessary trailing semicolon
--> src/quick_actions.rs:365:51
|
365 | use crate::minibuffer::MiniBufferEvent::*;;
| ^ help: remove this semicolon
|
= note: `#[warn(redundant_semicolons)]` on by default
error[E0599]: no method named `remove_item` found for struct `Vec<files::File>` in the current scope
--> src/files.rs:955:28
|
955 | self.files.remove_item(&placeholder);
| ^^^^^^^^^^^ method not found in `Vec<files::File>`
error: aborting due to previous error; 1 warning emitted
For more information about this error, try `rustc --explain E0599`.
error: could not compile `hunter`
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `hunter v1.3.5 (/data/transfer/hunter)`, intermediate artifacts can be found at `/data/transfer/hunter/target`
Caused by:
build failed |
@pyramid3d hunter_rust_stable is a branch from another repo, https://github.com/06kellyjac/hunter.git EDIT: looks like the branch is now |
you can one liner it with |
|
I'm quite new to rust, so sorry if this is problem purely caused by my incompetence.
Still, whenever I try to build this program, I get the following error(s):
I'm running Arch linux (kernel version 5.10.11), and rustup (1.23.1), and
rustup show
shows me I'm using nightly (not using nightly also doesn't work ofc, though that gives a different error):I've ran
rustup update
as well.The text was updated successfully, but these errors were encountered: