-
It seems that `async` functions on https://docs.rs/langchain-rust/latest/langchain_rust/output_parsers/struct.MarkdownParser.html are in the expanded form (`impl Future`, etc.).
However, on other c…
-
See: https://github.com/mitre/hipcheck/actions/runs/11751317704/job/32741130807
In this GitHub Actions error, you can see that each crate in the Cargo virtual workspace is duplicated 14 times. This…
-
### Description of the bug:
A concrete example of this can be seen here:
- https://github.com/bazelbuild/rules_rust/pull/1772#discussion_r1069831500
The brief outline of the issue is if I hav…
-
Add php_fastcgi support to Cbltfile
```
"example.com" {
root "*" "/var/www/html"
php_fastcgi "unix//run/php/php-fpm.sock"
file_server
}
```
```
"example.com" {
root "*" "/…
-
```
error: ABI error: this function definition uses a vector type that requires the `sse` target feature, which is not enabled
--> crates/core_arch/src/x86/pclmulqdq.rs:28:18
|
28 | #[cfg_attr(te…
-
> `derivative` is unmaintained; consider using an alternative
| Details | |
| ------------------- | ---------------------------------------…
-
> `derivative` is unmaintained; consider using an alternative
| Details | |
| ------------------- | ---------------------------------------…
-
An audit of `unsafe` in ra_ap_intern found this possible issue:
https://github.com/rust-lang/rust-analyzer/blob/dd9cd22514cb1001a0a2374b36a85eb75245f27b/crates/intern/src/symbol.rs#L81-L92
> This mu…
-
### Problem
I am writing a program and would like a way to see every struct that implements a trait (eg: `serde::Serialize`)
I know that at somepoint during compilation the full type information is a…
-
saying that the crate name is `ab-c`, expectedName can be `ab-c` but RA will return `ab_c`
https://github.com/fannheyward/coc-rust-analyzer/blob/420eb49216d4c7f109899e25b66f772f11698816/src/command…