Adam Snaider
Adam Snaider
I ran `bazel run @rules_rust//tools/rust_analyzer:gen_rust_project` and it generates a rust-project.json that provides LSP funcitonality for all first-party code. However, I have some vendored third-party dependencies that I would like to...
When I have a `rust_doc(crate = ":mycrate")` rule, I would expect that the documentation generated would include all of the dependencies of "mycrate" as well such that any reexports are...
**Describe the bug** Occasionally (~10% of the time) when I use probe-rs to reflash my chip with new software, the new software is reprogrammed but the chip appears to be...
``` $ bazel build -c opt @aos//aos:init_rs ERROR: /home/adam.snaider/.cache/bazel/_bazel_adam.snaider/bca7a8928611241c3a03674f4fc2245d/external/aos/aos/BUILD:205:16: in rust_library rule @@aos//aos:init_rs: Traceback (most recent call last): File "/home/adam.snaider/.cache/bazel/_bazel_adam.snaider/bca7a8928611241c3a03674f4fc2245d/external/rules_rust/rust/private/rust.bzl", line 87, column 32, in _rust_library_impl return _rust_library_common(ctx, "rlib") File...
**Caveat**: I understand this BUG is quite vague in nature. Part of the ask here is to document if there are specific requirements in regards to the latest supported LLVM/Clang...
Any rules defined within a function can't be properly modified with buildozer today.