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-27759.rs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/rustdoc/issue-27759.rs (limited to 'tests/rustdoc/issue-27759.rs') diff --git a/tests/rustdoc/issue-27759.rs b/tests/rustdoc/issue-27759.rs deleted file mode 100644 index 65e0f7cb8..000000000 --- a/tests/rustdoc/issue-27759.rs +++ /dev/null @@ -1,14 +0,0 @@ -#![feature(staged_api)] -#![doc(issue_tracker_base_url = "http://issue_url/")] - -#![unstable(feature="test", issue="27759")] - -// @has issue_27759/unstable/index.html -// @hasraw - 'test #27759' -#[unstable(feature="test", issue="27759")] -pub mod unstable { - // @has issue_27759/unstable/fn.issue.html - // @hasraw - 'test_function #12345' - #[unstable(feature="test_function", issue="12345")] - pub fn issue() {} -} -- cgit v1.2.3