> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sifr.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# SIFR-RUST-SLOT-0001: The reserved method-slot list is malformed.

> The reserved method-slot list is malformed.

`SIFR-RUST-SLOT-0001` belongs to the **Rust method slots** diagnostic family. It means: the reserved method-slot list is malformed.

## Why It Happens

A compiler-emitted method-slot table, context, signature, or call-scoped handler contract was violated.

<Info>
  Use `sifr --explain SIFR-RUST-SLOT-0001` locally to see the renderer's exact message template and any machine-applicable suggestions for the compiler version you are running.
</Info>

## Details

| Field                  | Value                                                                                                |
| ---------------------- | ---------------------------------------------------------------------------------------------------- |
| Code                   | `SIFR-RUST-SLOT-0001`                                                                                |
| Family                 | `RUST-SLOT`                                                                                          |
| Severity               | Error                                                                                                |
| Stability              | stable                                                                                               |
| Owner                  | `sifr_frontend::specialization_runner`                                                               |
| Representative fixture | `crates/sifr_frontend/src/specialization_runner.rs::invalid_reserved_slot_list_uses_slot_diagnostic` |

See the [Error Codes index](/diagnostics/error-codes) for the complete catalog.
