Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.rs

Running `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)
```