Giters
dtolnay
/
async-trait
Type erasure for async trait methods
Geek Repo:
Geek Repo
Github PK Tool:
Github PK Tool
Stargazers:
1835
Watchers:
19
Issues:
162
Forks:
85
dtolnay/async-trait Issues
Support the impl Future syntax
Closed
a month ago
Comments count
2
[Bug] Incorrect rust compiler help hint
Closed
a month ago
Comments count
1
"elided_named_lifetimes" lint in latest Rust nightly
Closed
a month ago
Comments count
1
Macro-generated false positive for `clippy::needless_arbitrary_self_type`
Closed
a month ago
Generic parameters in functions
Closed
3 months ago
Comments count
2
cargo doc generates ugly documentation
Closed
2 years ago
Comments count
5
Macro-expanded usages of `Box` should use the fully-qualified path
Closed
4 months ago
Comments count
2
lifetimes do not match method in trait
Closed
6 months ago
Comments count
2
`async fn() -> !` triggers "unreachable expression" warning
Closed
7 months ago
Don't include ignored variables in async block.
Closed
7 months ago
Comments count
4
Issue with reference lifetimes in closures
Updated
7 months ago
Comments count
1
Using async-trait with nightly-2024-03-04 triggers `unused-qualifications` lint
Closed
8 months ago
Account for AFIT stabilization in 1.75.0
Closed
10 months ago
Comments count
5
Feature: Adding Sync bound on Future
Closed
a year ago
Comments count
2
`#[cfg(..)]` gated impl parameters with lifetimes cause inconsistent lifetime bounds
Closed
a year ago
Comments count
1
Lifetime bounds on method do not match the trait declaration
Closed
a year ago
Comments count
1
Using `do yeet` in a async trait function makes the compilation fail
Closed
2 years ago
Comments count
1
[Bug?] Error "expected trait impl" on associated impls
Closed
a year ago
Comments count
2
Feature: Catch unconditional_recursion
Closed
a year ago
Comments count
2
Filling match arms replaces #[async_trait] attribute instead of actual match statement
Closed
2 years ago
Comments count
5
Want way to detect recursive impls
Closed
a year ago
Comments count
2
warn: `where_clauses_object_safety` when adding default implementation for `async_trait`
Closed
2 years ago
Comments count
3
Poor error message when argument types mismatch
Closed
2 years ago
Comments count
1
Regression in associated type parsing in `0.1.67`
Closed
2 years ago
Comments count
1
Error: borrow of moved value: `self` when using let-else
Closed
2 years ago
Comments count
2
using async_trait in tuple generic param, error: lifetime may not live long enough
Updated
2 years ago
Comments count
2
Possibly optimize simple function body?
Updated
2 years ago
Weird interaction with `single_use_lifetimes`
Closed
2 years ago
Comments count
1
Clippy lint `async_returns_async` fails if you return an awaitable type
Closed
2 years ago
Different behaviour between non-trait async implementation and async-trait
Closed
2 years ago
Comments count
2
changes to closure capture in Rust 2021 affect drop order of ignored arguments
Closed
2 years ago
Comments count
5
Nested `_` and `..` patterns under 2018 edition can trigger rust_2021_compatibility warning
Closed
2 years ago
Do not require Sync on unused shared reference arguments
Closed
2 years ago
Spans for elided lifetimes for references are suboptimal.
Closed
2 years ago
Comments count
2
Attributes on impl parameters are not forwarded to body
Closed
2 years ago
The status of GAT implementation?
Closed
2 years ago
Comments count
2
Defaulted method with `self: Arc<Self>` doesn't work
Closed
2 years ago
Async methods returning streams
Closed
2 years ago
Comments count
1
async_trait uses the raw `Box` identifier rather than a fully qualified path
Closed
2 years ago
Comments count
1
Future is not 'Sync' as this value is used across an await
Closed
2 years ago
Comments count
1
Go to definition leads to wrong place for methods defined inside trait anotated with #[async_trait]
Closed
2 years ago
Comments count
2
`higher-ranked lifetime error` with a simple example involving a BTreeMap
Closed
2 years ago
Comments count
3
Higher-ranked lifetime error when using streams
Closed
2 years ago
Comments count
2
Use parentheses to disambiguate impl Trait
Closed
2 years ago
Using self method in default implementation is not supported
Closed
2 years ago
Comments count
2
Lifetime issue when trait parameter is a reference
Closed
3 years ago
Comments count
2
GAT: lifetime bound not satisfied
Closed
3 years ago
Comments count
1
rust-analyzer expected dyn Future, found impl Future
Closed
3 years ago
Comments count
1
async_trait with impl parameter
Closed
3 years ago
Comments count
2
Async trait is failing in new lint of rust 1.58
Closed
3 years ago
Comments count
1
Previous
Next