Files
rust/tests
Jonathan Brouwer 7ed4e63062 Rollup merge of #153043 - RalfJung:c-flag-missing, r=lqd
fix error on missing value for -C flags

Before:
```
error: codegen option `panic` requires either `unwind`, `abort`, or `immediate-abort` (C panic=<value>)
```
After:
```
error: codegen option `panic` requires either `unwind`, `abort`, or `immediate-abort` (`-C panic=<value>`)
```

The second commit renames a field in the options macro for better consistency; that did not seem worth its own PR.
2026-02-24 14:42:00 +01:00
..
2026-02-22 20:20:33 +01:00
2026-02-22 19:59:25 +01:00
2026-01-30 19:15:24 -05:00
2026-02-20 10:35:52 +01:00