Skip to content

Commit 4e096b1

Browse files
bors[bot]philberty
andauthored
Merge #951
951: Add name resolution to slices r=philberty a=philberty This is the first part to support slices where we complete the name resolution of the SliceType with its element as well as the range expressions used in construction. This patch also includes separation of the implementation from the headers to try and incrementally improve build speed. Addresses #849 Co-authored-by: Philip Herron <[email protected]>
2 parents 31387e7 + 3dd4ce7 commit 4e096b1

6 files changed

+772
-555
lines changed

gcc/rust/Make-lang.in

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ GRS_OBJS = \
8181
rust/rust-ast-lower-pattern.o \
8282
rust/rust-ast-resolve.o \
8383
rust/rust-ast-resolve-pattern.o \
84+
rust/rust-ast-resolve-expr.o \
85+
rust/rust-ast-resolve-type.o \
8486
rust/rust-hir-type-check.o \
8587
rust/rust-tyty.o \
8688
rust/rust-tyctx.o \

0 commit comments

Comments
 (0)