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 --- src/test/rustdoc-json/assoc_type.rs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/test/rustdoc-json/assoc_type.rs (limited to 'src/test/rustdoc-json/assoc_type.rs') diff --git a/src/test/rustdoc-json/assoc_type.rs b/src/test/rustdoc-json/assoc_type.rs deleted file mode 100644 index edc1f73c8..000000000 --- a/src/test/rustdoc-json/assoc_type.rs +++ /dev/null @@ -1,21 +0,0 @@ -// Regression test for . - -// @has "$.index[*][?(@.name=='Trait')]" -// @has "$.index[*][?(@.name=='AssocType')]" -// @has "$.index[*][?(@.name=='S')]" -// @has "$.index[*][?(@.name=='S2')]" - -pub trait Trait { - type AssocType; -} - -impl Trait for T { - type AssocType = Self; -} - -pub struct S; - -/// Not needed for the #98547 ICE to occur, but added to maximize the chance of -/// getting an ICE in the future. See -/// -pub struct S2; -- cgit v1.2.3