Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with mixed language projects #85

Open
arvid-norlander opened this issue Dec 12, 2023 · 0 comments
Open

Not working with mixed language projects #85

arvid-norlander opened this issue Dec 12, 2023 · 0 comments

Comments

@arvid-norlander
Copy link

I have a mixed language project (we are starting to move pieces from C++), where I set the following rust-analyzer config:

    "rust-analyzer.linkedProjects": [
        "services/web/backend/Cargo.toml"
    ]

Flowistry doesn't use this, and doesn't seem to have anything equivalent. This results in the following when I try to use it:

Flowistry could not run because your project failed to build with error:
thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_plugin-0.7.3-nightly-2023-08-25/src/cli.rs:28:6:
called `Result::unwrap()` on an `Err` value: CargoMetadata { stderr: "error: could not find `Cargo.toml` in `/home/user/workspace/project` or any parent directory\n" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant