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
Currently backends are pulled in at compile time, which means we cannot use the same strategy as rustup which loads backends and switches them out at runtime.
Solution
Dynamically load libraries
Alternatives considered
(Describe any alternative solutions you have considered.)
Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered:
Problem
Currently backends are pulled in at compile time, which means we cannot use the same strategy as rustup which loads backends and switches them out at runtime.
Solution
Dynamically load libraries
Alternatives considered
(Describe any alternative solutions you have considered.)
Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered: