From b80c69ac130fd32e86bee8ce0368f61381e6f081 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 1 Apr 2023 10:29:36 -0700 Subject: [PATCH] Link to issues tracking unimplemented syntax --- tests/repo/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/repo/mod.rs b/tests/repo/mod.rs index 522dd4b078..cec42a6c6b 100644 --- a/tests/repo/mod.rs +++ b/tests/repo/mod.rs @@ -18,10 +18,12 @@ const REVISION: &str = "5e1d3299a290026b85787bc9c7e72bcc53ac283f"; #[rustfmt::skip] static EXCLUDE_FILES: &[&str] = &[ // TODO: non-lifetime binders: `where for<'a, T> &'a Struct: Trait` + // https://github.com/dtolnay/syn/issues/1435 "tests/rustdoc-json/non_lifetime_binders.rs", "tests/rustdoc/non_lifetime_binders.rs", // TODO: return type notation: `where T: Trait` + // https://github.com/dtolnay/syn/issues/1434 "tests/ui/associated-type-bounds/return-type-notation/basic.rs", "tests/ui/feature-gates/feature-gate-return_type_notation.rs",