https://github.com/discretetom/rust-analyzer-include-issue
https://github.com/discretetom/rust-analyzer-include-issue
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/discretetom/rust-analyzer-include-issue
- Owner: DiscreteTom
- Created: 2024-06-28T07:58:27.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T08:06:00.000Z (11 months ago)
- Last Synced: 2025-02-05T06:38:57.831Z (4 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)
```