flycheck: Fix label for source file (#4238) For example, if you have a BUILD file at `my/cool/project/BUILD`, and a source file at `my/cool/project/src/utils/lib.rs`, the label for that source file should be `//my/cool/project:src/utils/lib.rs` not `//my/cool/project:lib.rs`
This repository provides rules for building Rust projects with Bazel.
The fastest way to try this in an empty project is to click the green “Use this template” button on https://github.com/bazel-starters/rust.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.
Please refer to the full documentation.