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
We have some simple hints to detect when ~T pointers are passed and tell LLVM they are unique. These hints should be based on the monomorphized ty::t, but they are currently based on the AST. This isn't wrong, it just misses optimization opportunities.