From 64d98f8ee037282c35007b64c2649055c56af1db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:03 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/rustdoc/issue-101743-bold-tag.rs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/test/rustdoc/issue-101743-bold-tag.rs (limited to 'src/test/rustdoc/issue-101743-bold-tag.rs') diff --git a/src/test/rustdoc/issue-101743-bold-tag.rs b/src/test/rustdoc/issue-101743-bold-tag.rs deleted file mode 100644 index 631181fec..000000000 --- a/src/test/rustdoc/issue-101743-bold-tag.rs +++ /dev/null @@ -1,19 +0,0 @@ -// Regression test for https://github.com/rust-lang/rust/issues/101743 - -#![crate_name="foo"] - -pub type Word = usize; -pub struct Repr([i32; B]); -pub struct IBig(usize); - -pub const fn base_as_ibig() -> IBig { - IBig(B) -} - -impl Repr { - // If we change back to rendering the value of consts, check this doesn't add - // a tag, but escapes correctly - - // @has foo/struct.Repr.html '//section[@id="associatedconstant.BASE"]/h4' '= _' - pub const BASE: IBig = base_as_ibig::(); -} -- cgit v1.2.3