Closed HTGAzureX1212 closed 3 months ago
I think that this issue happend in here, right? https://github.com/TeamHarTex/HarTex/blob/6794deb510fa9f96eb4d0c3b26b729a8f5326f40/rust-utilities/hartex-discord-utils/src/lib.rs#L61-L73
This is not happening in the current version of r-a somehow;
but I think that the cause was type alias impl trait in L64;
pub type DatabasePoolFuture = impl Future<Output = PostgresPool>;
I guess the reason this has been fixed somehow is my ATPIT implementation in #16852 worked partly in some TAITs and I think that this issue can be marked as closed by implementing TAIT correctly.
rust-analyzer version: 0.4.1797-standalone (f595e60b6 2024-01-06)
DATABASE_POOL
declaration:Rust Analyzer behaviour:
RustRover behaviour: