Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discretetom/rust-analyzer-include-issue
https://github.com/discretetom/rust-analyzer-include-issue
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/discretetom/rust-analyzer-include-issue
- Owner: DiscreteTom
- Created: 2024-06-28T07:58:27.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T08:06:00.000Z (8 months ago)
- Last Synced: 2024-12-11T00:39:36.163Z (2 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust analyzer include issue
See https://github.com/rust-lang/rust-analyzer/issues/17507
The demo project could be compiled and ran by:
```bash
cd project
cargo build && cargo run
```However in VSCode the rust analyzer will report the following error:
```md
failed to load file `../../snippet.rs`rust-analyzer[macro-error](https://rust-analyzer.github.io/manual.html#macro-error)
```