From cec1877e180393eba0f6ddb0cf97bf3a791631c7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:48:42 +0200 Subject: Merging upstream version 1.75.0+dfsg1. Signed-off-by: Daniel Baumann --- tests/rustdoc/issue-23744.rs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/rustdoc/issue-23744.rs (limited to 'tests/rustdoc/issue-23744.rs') diff --git a/tests/rustdoc/issue-23744.rs b/tests/rustdoc/issue-23744.rs deleted file mode 100644 index 642817396..000000000 --- a/tests/rustdoc/issue-23744.rs +++ /dev/null @@ -1,12 +0,0 @@ -// compile-flags:--test - -/// Example of rustdoc incorrectly parsing ```rust,should_panic. -/// -/// ```should_panic -/// fn main() { panic!("fee"); } -/// ``` -/// -/// ```rust,should_panic -/// fn main() { panic!("fum"); } -/// ``` -pub fn foo() {} -- cgit v1.2.3