-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
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…
-
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,…
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
I wrapped `muddy` as a workspace crate to add some pretreatments like trim, but paniced when decrypting at runtime.
File tree:
```text
.
├── Cargo.toml
├── obscure
│ ├── Cargo.toml
│ └── sr…
-
Caused by:
0: unable to insert dsi_messages into database
1: RecordNotFound Error: Failed to find inserted item
primary key is a String
```rust
pub struct Model {
#[sea_orm(primary…
lcmgh updated
2 weeks ago
-
With the 0.53.0 release of cached, use of the proc_macros feature no longer works, as it relies on the cached_proc_macro crate which the latest published version still uses `cached::instant::Instant`.…
-
# Overview
It'd be nice to have support for custom structured arguments, since `Field::Struct` exists.
Original idea
This will be split into two derive macros:
* `TryFromField` to supp…