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
explanation:"Resource values may only be held by explicit resource APIs such as `ResourcePool<T: Resource>`; ordinary generic containers must not be instantiated with resource types.",
304
305
},
306
+
DiagnosticExplanation{
307
+
code: code::RESOURCE_POOL_NOT_LOCAL,
308
+
title:"ResourcePool must be local",
309
+
explanation:"`ResourcePool<T>` must be held in a local binding so its resource lifetime and pool ownership stay explicit.",
0 commit comments