about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-10-20 07:58:56 +0200
committerGitHub <noreply@github.com>2022-10-20 07:58:56 +0200
commit56ff29484e0d7d0ab9ebafa5e9b1669c6eb68505 (patch)
treeb47193fb8a07b82523be791b0682f938c3d51af3
parente5514b93771c569ff246758969d075d2857c9dab (diff)
parent205006660a4bd36b7cdf4b0938cfd50a4e785ca7 (diff)
downloadrust-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.rs2
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)]