You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `System.alloc`/`alloc_zeroed`/`realloc` sinks stopped matching because the
standard library made `GlobalAlloc` a legacy trait blanket-implemented for
`GlobalAllocator` types. These calls now resolve to the blanket-impl methods,
which have no canonical path, so the `GlobalAlloc::*` sink models miss them.
This is a QL/model matching gap, not a rust-analyzer resolution failure.
0 commit comments