From 218caa410aa38c29984be31a5229b9fa717560ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:13 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- ...st-fn-signature-verification-for-explicit-return-type.rs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs (limited to 'src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs') 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 deleted file mode 100644 index 585874e27..000000000 --- a/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs +++ /dev/null @@ -1,13 +0,0 @@ -// run-pass -// needs-unwind (#73509) - -#![feature(test)] - -// compile-flags: --test -extern crate test; - -#[bench] -pub fn bench_explicit_return_type(_: &mut ::test::Bencher) -> () {} - -#[test] -pub fn test_explicit_return_type() -> () {} -- cgit v1.2.3