-
Building cross-rs https://github.com/cross-rs/cross using latest nightly rust `cargo 1.83.0-nightly (80d82ca22 2024-09-27)` got error like below:
```
error[E0464]: multiple candidates for `dylib` dep…
-
## Reproduction Requirements
I could trigger this on macOS only. Install:
```shell
$ brew install bazelisk postgresql@14 pkg-config
```
Then clone:
```shell
$ git clone https://github.c…
-
**Test**
```nim
# p3.nim
import std/macros
macro p3*(this: untyped): untyped =
result = this
result[^1] = quote do:
echo currentSourcePath()
echo getStackTraceEntries()[^1].filen…
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
# Summary
As reported in #84 (Add a New Trait: `MarshalableVariant`), there's an issue with the `Marshalable` proc-macro where it cannot support situations where the discriminant is stored separate…
-
Adding a proc macro that we can derive on the structs could automatically generate most functions for the builder pattern for us.
Currently we have this:
```rust
#[derive(Serialize)]
#[serde(ren…
-
### Describe the feature
These are the two problematic dependency chains in redis-rs:
redis-rs https://github.com/amazon-contributing/redis-rs/blob/main/redis/Cargo.toml ->
dispose https://github.c…
-
I tried this code:
```rust
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
unsafe extern {
pub fn test();
}
```
I expected to see this happen: it should compile.
Instead, this happened: it fails …