File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ static EXCLUDE_FILES: &[&str] = &[
2727 "src/tools/clippy/tests/ui/trait_duplication_in_bounds.rs" ,
2828 "src/tools/rust-analyzer/crates/test-utils/src/minicore.rs" ,
2929
30- // TODO: async trait bounds: `T: async Trait`
31- // https://github.com/dtolnay/syn/issues/1901
32- "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/for_binder_bound.rs" ,
33-
3430 // TODO: unsafe binders: `unsafe<'a> &'a T`
3531 // https://github.com/dtolnay/syn/issues/1791
3632 "src/tools/rustfmt/tests/source/unsafe-binders.rs" ,
@@ -139,6 +135,7 @@ static EXCLUDE_FILES: &[&str] = &[
139135 "src/tools/miri/tests/pass/async-closure-captures.rs" ,
140136 "src/tools/miri/tests/pass/async-closure-drop.rs" ,
141137 "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/async_trait_bound.rs" ,
138+ "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/for_binder_bound.rs" ,
142139 "src/tools/rustfmt/tests/target/asyncness.rs" ,
143140 "tests/coverage/async_closure.rs" ,
144141 "tests/ui/async-await/async-closures/async-fn-mut-for-async-fn.rs" ,
You can’t perform that action at this time.
0 commit comments