rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.1k stars 178 forks source link

Package not found when install rust-mode through Melpa #387

Closed Franceshe closed 4 years ago

Franceshe commented 4 years ago

After added the required info in ~/.emacs.d/init.el, and enter M-x package-install rust-mode I got the error message: http://melpa.milkbox.net/packages/rust-mode-20200513.812.el: Not found Did you guys have similar error message when install? My rust env is: ➜ ~ cargo --version cargo 1.44.0 (05d080faa 2020-05-06) ➜ ~ rustc --version rustc 1.44.0 (49cae5576 2020-06-01) Thanks!

Franceshe commented 4 years ago

Actually I just found the solution: M-x package-refresh-contents and case solved. Source: stackover flow