summaryrefslogtreecommitdiff
path: root/mesonbuild/cargo/toml.py
AgeCommit message (Collapse)Author
2025-12-15cargo: convert TOMLDecodeError or toml2json errors to a MesonExceptionPaolo Bonzini
Avoid getting a raw exception, instead use a (subclass of) MesonException that is printed in the usual "FILE:LINE:COLUMN: MESSAGE" format. Fixes: #15023 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-08-01cargo: Move toml implementation into its own moduleXavier Claessens