Brian Granaghan

Results 4 issues of Brian Granaghan

Adding the doc from last week's conversation with a few updates. ### Use Case The intended use for this HIL is to focus on internal flash on SoCs. Prior discussions...

In my Cargo.toml, I have: ``` proc-macro-hack = "0.5.20+deprecated" ``` crates_vendor downloads the crate into `proc-macro-hack-0.5.20+deprecated`, however the generated rules replace the "+" with a "-", causing errors. ``` alias(...

https://github.com/bazelbuild/rules_rust/blob/a58d9524255877e134a99ab7ceeaba1fab363e31/tools/rust_analyzer/lib.rs#L69 The "\~" added to modules causes a failure here when it looks for "rules_rust~/rust/private/rust_analyzer_detect_sysroot.rust_analyzer_toolchain.json" in runfiles. Hacking it up to remove the "~" seemed to fix it.

bug
rust-analyzer
bzlmod

During #2431 I tried to add a tool chain test that used a `rust_binary` target. For some reason, this caused tests to attempt to actually build libraries using the dummy...