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] = &[
27
27
"src/tools/clippy/tests/ui/trait_duplication_in_bounds.rs" ,
28
28
"src/tools/rust-analyzer/crates/test-utils/src/minicore.rs" ,
29
29
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
-
34
30
// TODO: unsafe binders: `unsafe<'a> &'a T`
35
31
// https://github.com/dtolnay/syn/issues/1791
36
32
"src/tools/rustfmt/tests/source/unsafe-binders.rs" ,
@@ -139,6 +135,7 @@ static EXCLUDE_FILES: &[&str] = &[
139
135
"src/tools/miri/tests/pass/async-closure-captures.rs" ,
140
136
"src/tools/miri/tests/pass/async-closure-drop.rs" ,
141
137
"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" ,
142
139
"src/tools/rustfmt/tests/target/asyncness.rs" ,
143
140
"tests/coverage/async_closure.rs" ,
144
141
"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