-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
error[E0716]: temporary value dropped while borrowed when cargo install marmite
on Ubunt 24.04 LTS
#213
Comments
Hi @aentinger which Rust version are you using? I just tried on a docker container # cargo --version
cargo 1.84.0 (66221abde 2024-11-19)
# cat /etc/issue
Ubuntu 24.04.1 LTS
root@60bcef6639d4:/# cargo install marmite
Updating crates.io index
Installing marmite v0.2.4
Updating crates.io index
Locking 284 packages to latest compatible versions
Compiling proc-macro2 v1.0.93
Compiling unicode-ident v1.0.15
...
Compiling comrak v0.35.0
Compiling tera v1.20.0
Compiling marmite v0.2.4
Finished `release` profile [optimized] target(s) in 1m 23s
Installing /root/.cargo/bin/marmite
Installed package `marmite v0.2.4` (executable `marmite`) # ~/.cargo/bin/marmite --version
marmite 0.2.4
|
Hi @rochacbruno β π I've got an older version of cargo (though its the default one shipped by # cargo --version
cargo 1.75.0 # cat /etc/issue
Ubuntu 24.04.1 LTS # apt list -a cargo
Listing... Done
cargo/noble-updates,now 1.75.0+dfsg0ubuntu1-0ubuntu7.1 amd64 [installed]
cargo/noble 1.75.0+dfsg0ubuntu1-0ubuntu7 amd64 |
rochacbruno
added a commit
that referenced
this issue
Jan 27, 2025
Avoid returning unbound reference.
I pushed a fix 43544d1 will be part of the next release. For now you can try:
To check if issue has gone. |
Thank you @rochacbruno , I can confirm the issue is gone now π # marmite --version
marmite 0.2.4 Thank you for your help π |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rochacbruno β π
When I run
cargo install marmite
on my Ubuntu 24.04 LTS version is fails withDo you have any idea about how to resolve this?
The text was updated successfully, but these errors were encountered: