Git Product home page Git Product logo

Comments (11)

sigmaSd avatar sigmaSd commented on August 11, 2024

Which Os, terminal?
does it not happen with stable rust?
I remember facing this error with windows 7 but I didn't investigate further, its an upstream(Crossterm) issue it happens when racer is on, that's why racer option is disabled by default on windows

from irust.

D1mon avatar D1mon commented on August 11, 2024

Manjaro
Yakuake (Konsole)

from irust.

D1mon avatar D1mon commented on August 11, 2024

when I got 1.37 - everything worked except tab completion. then I install nightly and racer and now it doesnโ€™t work

from irust.

sigmaSd avatar sigmaSd commented on August 11, 2024

for now you can just install racer with nightly, and install irust with stable to workaround the issue, I'll try to reproduce it in the meantime

from irust.

D1mon avatar D1mon commented on August 11, 2024

racer is not installed on the stable version, says that you need to install nightly

from irust.

sigmaSd avatar sigmaSd commented on August 11, 2024

cargo +nightly install racer
cargo +stable install irust

from irust.

sigmaSd avatar sigmaSd commented on August 11, 2024

so in your case you already installed racer, so just remove irust and reinstall it with stable

from irust.

D1mon avatar D1mon commented on August 11, 2024

does not work. I will try tomorrow

from irust.

sigmaSd avatar sigmaSd commented on August 11, 2024

I did reproduce your error, I have a general idea about whats happening but I wont try to fix it until this issue affects stable since it could be just a nighlty bug,
Just to recap this should work:
1- install racer with nightly: cargo +nightly install racer
2- install irust with stable: cargo +stable install irust (make sure you already removed the old version)

If you still encounter an issue post it here

from irust.

sigmaSd avatar sigmaSd commented on August 11, 2024

I figured out the issue, racer needs to be properly configured for different cargo channel,
so to complete the steps in my last comment
step 3: make sure racer is correctly configured: https://github.com/racer-rust/racer#configuration rustup component add rust-src

from irust.

D1mon avatar D1mon commented on August 11, 2024

works!!! Thank.

from irust.

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.