]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #98660 - eddyb:invalid-punct-stage1, r=lqd
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 29 Jun 2022 18:35:05 +0000 (20:35 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 18:35:05 +0000 (20:35 +0200)
commitbba00b58556523b0756611f8abedd3246d8767c8
tree0d6ee2928b7bf043ac346dacaa6fd9f0ec8df037
parent7dedec7be7288dfcdb4929b91962c76099d4dadf
parenta84e19d444ffdaf0795e186e1fe55f8578f10be1
Rollup merge of #98660 - eddyb:invalid-punct-stage1, r=lqd

Unbreak stage1 tests via ignore-stage1 in `proc-macro/invalid-punct-ident-1.rs`.

#98188 broke `./x.py test --stage 1` (which I thought we ran in PR CI, cc `@rust-lang/infra)` i.e. the default `./x.py test` in dev checkouts, as the panic in `src/test/ui/proc-macro/invalid-punct-ident-1.rs` moved from the server (`rustc`) to the client (proc macro), and that means it's now affected by #59998.

I made the test look like `src/test/ui-fulldeps/issue-76270-panic-in-libproc-macro.rs` tho I'm a bit confused why that one is in `src/test/ui-fulldeps`, it should still work in `src/test/ui`, no? (cc `@Aaron1011)`