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, when passing a symbol resolver to a formatter it must be a Box<dyn SymbolResolver> which has an implicit static lifetime.
It would be useful to have an API which allowed a SymbolResolver to have a lifetime, rather than needing to expensively clone all my symbols.
The text was updated successfully, but these errors were encountered:
Currently, when passing a symbol resolver to a formatter it must be a
Box<dyn SymbolResolver>
which has an implicit static lifetime.It would be useful to have an API which allowed a SymbolResolver to have a lifetime, rather than needing to expensively clone all my symbols.
The text was updated successfully, but these errors were encountered: