diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-29 15:46:23 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-05-30 11:37:38 -0700 |
| commit | 7c2f22feefe2d8014138b02a2119026a01f52dea (patch) | |
| tree | bf9e374a8deaaa3d43e3d3adb3bfc57998ddf382 /test cases | |
| parent | 7d567901de40a6a0e837dc49de9662998df46424 (diff) | |
| download | meson-7c2f22feefe2d8014138b02a2119026a01f52dea.tar.gz | |
cargo: set edition for build machine as well
This fixes compilation of glib-macros-0.20.4:
error[E0405]: cannot find trait `TryFrom` in this scope
--> ../subprojects/glib-macros-0.20.4/src/clone.rs:22:10
|
22 | impl<'a> TryFrom<&'a Ident> for CaptureKind {
| ^^^^^^^ not found in this scope
|
= note: 'std::convert::TryFrom' is included in the prelude starting in Edition 2021
help: consider importing this trait
|
3 + use std::convert::TryFrom;
|
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'test cases')
0 files changed, 0 insertions, 0 deletions
