autoagents-derive 0.4.0

Agent Framework for Building Autonomous Agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `trybuild` UI Tests

These fixtures protect the proc-macro diagnostics that users see at compile time.

Compile-fail fixtures live in `compile_fail/` and each `.rs` file has a matching
committed `.stderr` snapshot. Refresh snapshots only after reviewing the
diagnostic change:

```sh
TRYBUILD=overwrite cargo test -p autoagents-derive --test ui
```

Add new fixtures explicitly in `tests/ui.rs` so each diagnostic case is reviewed
as part of the test harness.