| commit | e5eea9936143b4dff0835e9f1e2adcaafe93d8e5 | [log] [tgz] |
|---|---|---|
| author | Sam McCall <sam.mccall@gmail.com> | Fri Nov 28 10:46:30 2025 +0100 |
| committer | GitHub <noreply@github.com> | Fri Nov 28 09:46:30 2025 +0000 |
| tree | 1a6d05707db2e0c39fc5b68dbb05b3e618305e01 | |
| parent | f93bf4ddf33830d823e4667d6fde197e653e511a [diff] |
Fix linkstamp deps in proc macros (#3749) These were not being linked in for two reasons: - missing `_use_grep_includes` attribute on the `rust_proc_macro` rule: this attribute & condition are entirely dead code now ==> delete them. - the explicit crate type list doesn't include `proc-macro` ==> add it.
This repository provides rules for building Rust projects with Bazel.
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.