diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-22 22:44:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 22:44:40 +0100 |
| commit | 950aa3ef86d42a21f7b23b89465b3cac855c7e8f (patch) | |
| tree | 26e2464c14e8ffcf5fbc11024e24363d2ad7cf26 /tests | |
| parent | 34fa6daa5ce0c64cca205263abcd32a2c6cf068d (diff) | |
| parent | 460ecd288a34f73f9178acc723a459cbfe77607a (diff) | |
| download | rust-950aa3ef86d42a21f7b23b89465b3cac855c7e8f.tar.gz rust-950aa3ef86d42a21f7b23b89465b3cac855c7e8f.zip | |
Rollup merge of #109213 - oli-obk:cstore, r=cjgillot
Eagerly intern and check CrateNum/StableCrateId collisions r? ``@cjgillot`` It seems better to check things ahead of time than checking them afterwards. The [previous version](https://github.com/rust-lang/rust/pull/108390) was a bit nonsensical, so this addresses the feedback
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run-make-fulldeps/issue-83045/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make-fulldeps/issue-83045/Makefile b/tests/run-make-fulldeps/issue-83045/Makefile index 34853cb1d31..fc180ccfe28 100644 --- a/tests/run-make-fulldeps/issue-83045/Makefile +++ b/tests/run-make-fulldeps/issue-83045/Makefile @@ -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 |
