In cases where users have defined tests with both rust_test.crate and rust_test.srcs it's not clear what the expected behavior is. Currently, doing so causes rust_test.srcs to be unused and not tested. To avoid these issues, the attributes should be made mutually exclusive.
In cases where users have defined tests with both
rust_test.crateandrust_test.srcsit's not clear what the expected behavior is. Currently, doing so causesrust_test.srcsto be unused and not tested. To avoid these issues, the attributes should be made mutually exclusive.