commit | 92ea74adeca4bc05b2a3726124ebde7e4aea08c9 | [log] [tgz] |
---|---|---|
author | Vinh Tran <daivinhtran.vt@gmail.com> | Tue Jun 20 07:20:46 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue Jun 20 13:20:46 2023 +0200 |
tree | 43a8972c0c26e5893dbb470751c409fd334152f4 | |
parent | a54b8e14b5fe5772422b3223252999e41512712f [diff] |
Making rust_std attr in rust_toolchain mandatory (#1984) `rust_toolchain`'s `rust_std` attribute should be mandatory because when it's empty, [this line](https://github.com/bazelbuild/rules_rust/blob/56e7604879ac74cb8c3d65cbb5d41611f7424977/rust/toolchain.bzl#L147) will always fail with ``` if not rust_common.stdlib_info in rust_std: Error: unsupported binary operation: Provider in NoneType ```
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.