diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-10-20 07:58:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-20 07:58:56 +0200 |
| commit | 56ff29484e0d7d0ab9ebafa5e9b1669c6eb68505 (patch) | |
| tree | b47193fb8a07b82523be791b0682f938c3d51af3 | |
| parent | e5514b93771c569ff246758969d075d2857c9dab (diff) | |
| parent | 205006660a4bd36b7cdf4b0938cfd50a4e785ca7 (diff) | |
| download | rust-56ff29484e0d7d0ab9ebafa5e9b1669c6eb68505.tar.gz rust-56ff29484e0d7d0ab9ebafa5e9b1669c6eb68505.zip | |
Rollup merge of #103262 - andrewpollack:switch-needs-unwind, r=tmandry
Adjusting test to needs-unwind, with linking issue Test requires `needs-unwind` (see linked issue #103261)
| -rw-r--r-- | src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs b/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs index 02fee1a00da..585874e273d 100644 --- a/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs +++ b/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs @@ -1,5 +1,5 @@ // run-pass -// ignore-fuchsia Test must be run out-of-process +// needs-unwind (#73509) #![feature(test)] |
