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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
perhaps the `{}` query was never assigned a provider function. Queries can be either made to the local crate, or the external crate. This error means you tried to use it for one that's not supported.",
278
+
"`tcx.{}({:?})` is not supported for external or local crate;\n
279
+
hint: Queries can be either made to the local crate, or the external crate. This error means you tried to use it for one that's not supported (likely the local crate).\n
280
+
If that's not the case, {} was likely never assigned to a provider function.\n",
280
281
stringify!($name),
281
282
key,
282
-
if key.query_crate_is_local(){"local"}:{"external"},
0 commit comments