Replies: 1 comment 10 replies
-
Based on the folder names it is likely that you have your project structure wrong but if you really want to use these folder I guess you need to |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i face the above error. I can see the description of each function and do navigation to implementation of function on import module. But it does not work on src/bin and tests folder. How to fix this ?
image that rust-analyzer works
image that rust-analyzer does not work
Tree structure:
.
├── bin
├── build.rs
├── Cargo.lock
├── Cargo.toml
├── src
├── tests
└── wasm
Tree structure in src:
├── src
│ ├── app
│ ├── app.rs
│ ├── bin
│ ├── bitcoin
│ ├── constants.rs
│ ├── cosmos.rs
│ ├── error.rs
│ ├── lib.rs
│ ├── network.rs
│ └── utils.rs
Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions