mesa/src/gallium/frontends
Job Noorman e16be20195 rusticl: fix mismatched-lifetime-syntaxes lint warning
This warn-by-default lint introduced in Rust 1.89.0 causes the following
warning:

warning: hiding a lifetime that's elided elsewhere is confusing
   --> ../../src/gallium/frontends/rusticl/core/semaphore.rs:276:14
    |
276 |     fn state(&self) -> MutexGuard<SemaphoreState> {
    |              ^^^^^     -------------------------- the same lifetime is hidden here
    |              |
    |              the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
276 |     fn state(&self) -> MutexGuard<'_, SemaphoreState> {
    |                                   +++

Follow the compiler's suggestion to fix this.

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38132>
2025-10-29 10:35:29 +00:00
..
d3d10umd d3d10umd: Add missing dependency on u_formats codegen. 2025-09-17 12:04:37 -07:00
dri gallium: fix eglExportDMABUFImageQueryMESA crash for r600 2025-09-23 02:08:57 +00:00
glx/xlib mesa: remove inc_mapi 2025-08-06 20:35:26 +00:00
hgl mesa: remove inc_mapi 2025-08-06 20:35:26 +00:00
lavapipe util/dynarray: infer type in append 2025-10-24 18:32:07 +00:00
mediafoundation mediafoundation: Remove unused AllocatePipeResourceFromAllocator 2025-10-24 19:45:56 +00:00
rusticl rusticl: fix mismatched-lifetime-syntaxes lint warning 2025-10-29 10:35:29 +00:00
teflon teflon: Link to the ethos driver 2025-10-15 20:10:15 +00:00
va frontends/va: Always reset H264 slice ref modification and marking count 2025-10-28 09:43:26 +00:00
wgl wgl: Fix zink depth buffers 2025-10-06 23:54:09 +00:00