From 4fa798516eeb1c7a915b34d9705e2f52bbe6743a Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Sat, 30 May 2026 17:29:59 +0200 Subject: [PATCH] meson: enable more rust 2024 lints Reviewed-by: @LingMan Part-of: --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 95349a9d689..c47eb524a38 100644 --- a/meson.build +++ b/meson.build @@ -895,6 +895,8 @@ if with_gallium_rusticl or with_nouveau_vk or with_tools.contains('etnaviv') or '-Dkeyword_idents_2024', '-Dmissing_unsafe_on_extern', '-Dnever_type_fallback_flowing_into_unsafe', + '-Drust_2024_guarded_string_incompatible_syntax', + '-Drust_2024_incompatible_pat', '-Drust_2024_prelude_collisions', '-Dstatic_mut_refs', '-Dunsafe_op_in_unsafe_fn', @@ -904,8 +906,6 @@ if with_gallium_rusticl or with_nouveau_vk or with_tools.contains('etnaviv') or # 1.83+ # '-Dif_let_rescope', - # '-Drust_2024_guarded_string_incompatible_syntax', - # '-Drust_2024_incompatible_pat', ] endif