Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dtolnay/async-trait issues and pull requests

#181 - issue with default implementation of an async trait

Issue - State: closed - Opened by ehsan2003 almost 3 years ago

#180 - Add ui tests for missing async

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#179 - Cryptic error message on missing `async`

Issue - State: closed - Opened by vporton about 3 years ago - 1 comment

#178 - async-trait is not IDE friendly with the latest rust-analyzer version

Issue - State: closed - Opened by asdrubalini about 3 years ago - 7 comments

#177 - Lifetime issue when using "impl FnMut" as argument type

Issue - State: closed - Opened by JanBeh about 3 years ago - 1 comment

#176 - Help: how to work with catch_unwind.

Issue - State: closed - Opened by jjeffcaii about 3 years ago - 2 comments

#173 - Recognize std::marker::Trait bound in addition to core::marker::Trait

Pull Request - State: closed - Opened by dtolnay over 3 years ago

#172 - Feature min_type_alias_impl_trait renamed to type_alias_impl_trait

Pull Request - State: closed - Opened by dtolnay over 3 years ago

#171 - Drop syn/extra-traits dependency from PR 170

Pull Request - State: closed - Opened by dtolnay over 3 years ago

#170 - Allow fully elaborated `::core::marker::Trait` supertraits

Pull Request - State: closed - Opened by compiler-errors over 3 years ago

#168 - Fix typos

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#167 - Implement trait for async-trait instance method

Issue - State: closed - Opened by ebkalderon over 3 years ago - 4 comments
Labels: rustc bug

#166 - Invalid span for generics error

Issue - State: closed - Opened by marioortizmanero over 3 years ago - 1 comment

#164 - Fix hygiene in expansion

Pull Request - State: closed - Opened by chipsenkbeil over 3 years ago - 3 comments

#144 - Unexpected "one type is more general than the other" compiler error

Issue - State: closed - Opened by gsson over 3 years ago - 4 comments
Labels: rustc bug

#141 - Strange compiler error with async_trait and dashmap

Issue - State: closed - Opened by kaimast almost 4 years ago - 2 comments
Labels: rustc bug

#137 - Considering a different Future type than `Pin<Box<dyn Future>>`

Issue - State: closed - Opened by Matthias247 almost 4 years ago - 1 comment

#132 - Don't rely on Box being in the prelude

Issue - State: closed - Opened by Kestrer about 4 years ago - 5 comments

#131 - Per-method `+ Send`?

Issue - State: closed - Opened by nazar-pc about 4 years ago - 1 comment

#128 - Update generated lifetime in readme

Pull Request - State: closed - Opened by martinitus about 4 years ago

#127 - Readme Lifetime documentation

Issue - State: closed - Opened by martinitus about 4 years ago - 1 comment

#122 - Road to 1.0

Issue - State: closed - Opened by Veetaha over 4 years ago - 4 comments

#112 - Feature Request: Decorator for methods for local macro-generated methods

Issue - State: closed - Opened by pwoolcoc over 4 years ago - 6 comments

#108 - Cannot infer an appropriate lifetime

Issue - State: closed - Opened by delbato over 4 years ago - 6 comments

#96 - optional macro parameter for adding Sync marker to returned Future type

Pull Request - State: closed - Opened by problame over 4 years ago - 2 comments

#77 - Future type returned by trait methods should impl Sync

Issue - State: closed - Opened by kevinmehall over 4 years ago - 10 comments

#64 - Elided or placeholdered generic lifetimes are not properly respected in trait implementation

Issue - State: open - Opened by SergioBenitez almost 5 years ago - 1 comment
Labels: help wanted

#61 - Problems with inherited associated types

Issue - State: closed - Opened by ilyavennik almost 5 years ago - 1 comment

#47 - Problem with implementing trait for `async fn`s

Issue - State: closed - Opened by WaffleLapkin about 5 years ago - 7 comments
Labels: rustc bug

#46 - self parameter gets expanded as module self in macro

Issue - State: closed - Opened by Marwes about 5 years ago - 3 comments
Labels: rustc bug

#40 - Lifetime bounds on method do not match the trait declaration

Issue - State: closed - Opened by djc about 5 years ago - 5 comments
Labels: support

#34 - Using `type` in async trait will cause some problems?

Issue - State: closed - Opened by UkonnRa about 5 years ago - 3 comments
Labels: rustc bug

#8 - Generic params from impl dont have 'async_trait lifetime

Issue - State: closed - Opened by kpp over 5 years ago - 10 comments
Labels: limitation