aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-compile-resolve-path.h
diff options
context:
space:
mode:
authorNirmal Patel <npate012@gmail.com>2021-11-02 21:01:13 -0400
committerNirmal Patel <npate012@gmail.com>2021-11-07 11:13:29 -0500
commita7c31383def5c499864d61c5d00a1575d1cbff81 (patch)
tree82d8bd640e581df5f58e2db8b5512e7cad38267a /gcc/rust/backend/rust-compile-resolve-path.h
parent5f0df4812c37fc428b5508e019e9fb7f8a7b77b1 (diff)
downloadgcc-a7c31383def5c499864d61c5d00a1575d1cbff81.zip
gcc-a7c31383def5c499864d61c5d00a1575d1cbff81.tar.gz
gcc-a7c31383def5c499864d61c5d00a1575d1cbff81.tar.bz2
Changed DefId type from uint64_t to be struct
DefId was uint64_t previously but it has been changed to be a struct. In order to reduce code breakage, ==, !=, and < operators have been implemented for DefId. Since DefId is now a proper struct, bit manipulation code has been removed with member accesses. Fixes #439 Signed-off-by: Nirmal Patel <npate012@gmail.com>
Diffstat (limited to 'gcc/rust/backend/rust-compile-resolve-path.h')
0 files changed, 0 insertions, 0 deletions