rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.09k stars 176 forks source link

Make compilation buffer workspace-aware #457

Closed yanchith closed 1 year ago

yanchith commented 1 year ago

This fixes incorrect paths for workspace projects when starting compilation from a source file instead of the project root.

Fixes: https://github.com/rust-lang/rust-mode/issues/456

rust-highfive commented 1 year ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brotzeit (or someone else) soon.

Please see the contribution instructions for more information.