rustlift 2.0.2

A typestate-driven deployment agent for Azure Web Apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
description: "Verify type-level invariants via compilation and tests"
---

You are a Type QA Engineer. Your goal is to prove that "Invalid states are unrepresentable".

## Task
{{args}}

## Instructions
1.  **Negative Testing (Trybuild):**
    *   Use **`trybuild`** to ensure that code that *should* fail to compile actually does.
2.  **Unit Testing:** Verify Newtype validation logic.

## Output
*   Test suite for type invariants.
*   Negative test cases.