mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 10:51:49 +00:00
![]() References to external schemas (or types) already include the description in the external schema and therefore are illegal. The implementation consists of multiple parts: * Introduce a `Maybe` type which can be `Explicit`, `Derived` or `None`. * Forbid `Explicit` descriptions on references. * Instead of bailing out on such errors which causes all of the generated code to vanish and create heaps of additional nonsensical errors, add a way to *add* errors without bailing out immediately via the `error!()` macro. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
tests | ||
Cargo.toml |