Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork19
Better Rust/Cargo support for Flycheck
License
flycheck/flycheck-rust
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This Flycheck extension configures Flycheck automatically for the currentCargo project.
Install fromMELPA orMELPA Stable.
If you useEask
:
(source'gnu)(source'melpa)(depends-on"flycheck-rust")
Then, in yourinit.el
:
(with-eval-after-load'rust-mode (add-hook'flycheck-mode-hook#'flycheck-rust-setup))
Just use Flycheck as usual in your Rust/Cargo projects.flycheck-rust-setup
will callcargo
to determine your project layout and set the variables neededby therust-cargo
checker to properly check your buffer.
You may also want to have a look atflycheck/flycheck-inline,which works well with diagnostics emitted by Rust.
This program is free software: you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the Free SoftwareFoundation, either version 3 of the License, or (at your option) any laterversion.
This program is distributed in the hope that it will be useful, but WITHOUT ANYWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR APARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along withthis program. If not, seehttp://www.gnu.org/licenses/.
SeeCOPYING
for details.
About
Better Rust/Cargo support for Flycheck
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.