-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
Currently, the dependency queue uses the number of transitive reverse dependencies to determine how to schedule jobs:
https://github.com/rust-lang/cargo/blob/5847787feff6db0eba19b0e433b2ae0baa132ca…
-
I'm splitting this off https://github.com/rust-lang/rust/issues/38356 to track the `quote!` macro specifically contained in `proc_macro`. This macro has different syntax than the [`quote` crate](https…
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
## 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…
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
This issue is intended to track a number of unstable APIs which are used to inspect the contents of a `Span` for information like the file name, byte position, manufacturing new spans, combining them,…
-
When I have a schema component with the name `Value` the `#[derive(OpenApi)]` produces unparsable tokens:
```
error: expected expression, found `,`
--> src/main.rs:8:10
|
8 | #[derive(OpenApi)…