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, turbolift modifies the AST for the source file of main.rs in several ways, including prepending some use statements. This is problematic for several reasons:
it's bad hygeine and could cause conflicts.
prepending breaks support for feature declarations.
The text was updated successfully, but these errors were encountered:
Currently, turbolift modifies the AST for the source file of main.rs in several ways, including prepending some
use
statements. This is problematic for several reasons:The text was updated successfully, but these errors were encountered: