Coder Social home page Coder Social logo

Comments (5)

mowdl avatar mowdl commented on August 16, 2024 1

For me, running cargo install --locked trunk would not work inside the project folder because trunk needs a newer version of rust.

So I think you need the latest version to install trunk but to compile the app you use the version specified by the rust-toolchain file.

from eframe_template.

c-git avatar c-git commented on August 16, 2024 1

Yes that problem is caused by using the different version of rust. Just remove the rust-toolchain file and you should be good to go.

from eframe_template.

gcp avatar gcp commented on August 16, 2024

There's a similar oddity in that rust.yml uses toolchain: stable everywhere except: https://github.com/emilk/eframe_template/blob/master/.github/workflows/rust.yml#L99

from eframe_template.

c-git avatar c-git commented on August 16, 2024

I feel these are likely just oversights not sure what's the best way to address them as I think they are already a bit overloaded with PRs

from eframe_template.

YertleTurtleGit avatar YertleTurtleGit commented on August 16, 2024

I'm facing the same confusion. I was also wondering if this causes my IDE (VS Codium) to not properly initialize the rust-analyzer:

cargo check failed to start: Cargo watcher failed, the command produced no valid metadata (exit code: ExitStatus(unix_wait_status(256))):

error: 'cargo-clippy' is not installed for the custom toolchain '/home/user/.rustup/toolchains/1.72.0-x86_64-unknown-linux-gnu'.

note: this is a custom toolchain, which cannot use `rustup component add`

help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py`

Any ideas about how to solve this or if this is even related?

from eframe_template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.