From 6fc1da92a328897aaa72de8c077a5cd5fb3ea979 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 13 Mar 2022 21:14:57 -0700 Subject: [PATCH] Attach issue to remaining test suite TODOs --- tests/repo/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/repo/mod.rs b/tests/repo/mod.rs index 64a60f04e4..9266d7705c 100644 --- a/tests/repo/mod.rs +++ b/tests/repo/mod.rs @@ -16,10 +16,12 @@ const REVISION: &str = "e95b10ba4ac4564ed25f7eef143e3182c33b3902"; static EXCLUDE: &[&str] = &[ // TODO: trait bound with associated constant constraint: // where T: Trait + // https://github.com/dtolnay/syn/issues/1138 "src/test/ui/associated-consts/assoc-const.rs", // TODO: trailing where-clause on impl associated type: // impl Trait for Ty { type Assoc<'a> = T where T: 'a; } + // https://github.com/dtolnay/syn/issues/1071 "src/test/ui/generic-associated-types/collections.rs", "src/test/ui/generic-associated-types/construct_with_other_type.rs", "src/test/ui/generic-associated-types/impl_bounds_ok.rs",