From a4b7ed7a42c716ab9f05e351f003d589124fd55d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:58 +0200 Subject: Adding upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/pretty/gat-bounds.rs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/test/pretty/gat-bounds.rs (limited to 'src/test/pretty/gat-bounds.rs') diff --git a/src/test/pretty/gat-bounds.rs b/src/test/pretty/gat-bounds.rs deleted file mode 100644 index 0a361a383..000000000 --- a/src/test/pretty/gat-bounds.rs +++ /dev/null @@ -1,16 +0,0 @@ -// Check that associated types print generic parameters and where clauses. -// See issue #67509. - -// pretty-compare-only - -trait X { - type Y: Trait where Self: Sized; -} - -impl X for () { - type Y where Self: Sized = u32; -} - -fn f = i32>>() {} - -fn main() { } -- cgit v1.2.3