Eagerly intern and check CrateNum/StableCrateId collisions

This commit is contained in:
Oli Scherer 2023-03-16 10:05:09 +00:00
parent 18e305dfca
commit 460ecd288a
7 changed files with 33 additions and 61 deletions

View file

@ -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