Skip to content

Commit 2867d62

Browse files
committed
---
yaml --- r: 15432 b: refs/heads/try c: 685f186 h: refs/heads/master v: v3
1 parent 2c26894 commit 2867d62

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 9e726b0461018abf6c9436e2dcd7b91cf1f15d97
5+
refs/heads/try: 685f1867f0137d00fb02bd4c59a291386232237e
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ COMPILER_INPUTS := $(filter-out $(S)src/rustc/driver/rustc.rs, \
205205

206206
LIBRUSTSYNTAX_CRATE := $(S)src/librustsyntax/rustsyntax.rc
207207
LIBRUSTSYNTAX_INPUTS := $(wildcard $(addprefix $(S)src/librustsyntax/, \
208-
rustsyntax.rc *.rs))
208+
rustsyntax.rc *.rs */*.rs */*/*.rs))
209209

210210
RUSTC_INPUTS := $(S)src/rustc/driver/rustc.rs
211211

branches/try/mk/tests.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ tidy:
127127
$(wildcard $(S)src/etc/*.py) \
128128
$(COMPILER_CRATE) \
129129
$(COMPILER_INPUTS) \
130+
$(LIBRUSTSYNTAX_CRATE) \
131+
$(LIBRUSTSYNTAX_INPUTS) \
130132
$(CORELIB_CRATE) \
131133
$(CORELIB_INPUTS) \
132134
$(STDLIB_CRATE) \

0 commit comments

Comments
 (0)