Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[starnix][rust] Use specific names to avoid ambiguity.
The uapi module glob use was causing a new rust lint to trigger. The constants in uapi module were going to cause ambiguous name conflicts due to the constants of the same names defined in the auth, errno, and signals modules. The modules as written should not have been able to compile, but do to a bug in the rust compiler, they did. There are more details in rust-lang/rust#114095. Bug: 130265 Test: fx build Change-Id: I8605a51de353fa6c2089be3ee965737dc55b6f2a Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/898801 Fuchsia-Auto-Submit: Paul Faria <[email protected]> Reviewed-by: Theodore Dubois <[email protected]> Commit-Queue: Auto-Submit <[email protected]>
- Loading branch information