File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ GRS_OBJS = \
148
148
rust/rust-hir-type-check-stmt.o \
149
149
rust/rust-hir-type-check-enumitem.o \
150
150
rust/rust-hir-type-check-implitem.o \
151
+ rust/rust-polonius.o \
151
152
rust/rust-borrow-checker.o \
152
153
rust/rust-bir-builder-expr-stmt.o \
153
154
rust/rust-bir-dump.o \
@@ -447,13 +448,17 @@ rust/%.o: rust/checks/errors/%.cc
447
448
$(COMPILE ) $(RUST_CXXFLAGS ) $(RUST_INCLUDES ) $<
448
449
$(POSTCOMPILE )
449
450
451
+ # build rust/checks/errors/borrowck files in rust folder
452
+ rust/% .o : rust/checks/errors/borrowck/% .cc
453
+ $(COMPILE ) $(RUST_CXXFLAGS ) $(RUST_INCLUDES ) $<
454
+ $(POSTCOMPILE )
455
+
450
456
# build privacy pass files in rust folder
451
457
rust/% .o : rust/checks/errors/privacy/% .cc
452
458
$(COMPILE ) $(RUST_CXXFLAGS ) $(RUST_INCLUDES ) $<
453
459
$(POSTCOMPILE )
454
460
455
- # build borrow checking pass files in rust folder
456
- rust/% .o : rust/checks/errors/borrowck/% .cc
461
+ rust/% .o : rust/checks/errors/borrowck/polonius/% .cc
457
462
$(COMPILE ) $(RUST_CXXFLAGS ) $(RUST_INCLUDES ) $<
458
463
$(POSTCOMPILE )
459
464
You can’t perform that action at this time.
0 commit comments