Eagerly intern and check CrateNum/StableCrateId collisions
This commit is contained in:
parent
18e305dfca
commit
460ecd288a
7 changed files with 33 additions and 61 deletions
|
|
@ -29,5 +29,5 @@ all:
|
|||
--crate-type=rlib \
|
||||
--edition=2018 \
|
||||
c.rs 2>&1 | tee $(TMPDIR)/output.txt || exit 0
|
||||
$(CGREP) E0463 < $(TMPDIR)/output.txt
|
||||
$(CGREP) E0519 < $(TMPDIR)/output.txt
|
||||
$(CGREP) -v "internal compiler error" < $(TMPDIR)/output.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue