Skip to content

Commit 41b24a5

Browse files
committed
Fix duplicated async trait bound issue
1 parent a64f024 commit 41b24a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/repo/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)