]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107576 - P1n3appl3:master, r=tmandry
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 2 Feb 2023 05:52:15 +0000 (06:52 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2023 05:52:15 +0000 (06:52 +0100)
Add proc-macro boilerplate to crt-static test

I was seeing this failure when running ui tests with with a `-Cpanic=abort` stdlib targeting fuchsia:

```
---- [ui] tests/ui/proc-macro/crt-static.rs stdout ----
normalized stderr:
warning: building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic

warning: 1 warning emitted

The actual stderr differed from the expected stderr.
```

`force-host` was enough to stop it from running/failing, not sure if I should also add `needs-unwind`?


Trivial merge