Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgalgs/flycheck-rust-test
Testing flycheck-rust. Nothing "useful" here.
https://github.com/mgalgs/flycheck-rust-test
Last synced: about 2 months ago
JSON representation
Testing flycheck-rust. Nothing "useful" here.
- Host: GitHub
- URL: https://github.com/mgalgs/flycheck-rust-test
- Owner: mgalgs
- Created: 2015-10-26T19:21:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T22:44:28.000Z (about 9 years ago)
- Last Synced: 2024-10-15T11:27:00.786Z (3 months ago)
- Language: Rust
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test repo to iron out some issues with
[flycheck-rust](https://github.com/flycheck/flycheck-rust).# Repro
git clone https://github.com/mgalgs/flycheck-rust-test.git
cd flycheck-rust-test.git
cargo run
cd frsub
cargo build
emacs lib.rsRunning `flycheck-buffer` in `frsub/lib.rs` results in:
```
2 1 error can't find crate for `env_logger`... (rust)
```and in `src/main.rs`:
```
3 1 error can't find crate for `frsub`... (rust)
```