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
use self; is indeed invalid but I think it's more useful for users to see the rustc error (self imports are only allowed within a { } list) than for the line to be entirely deleted.
The text was updated successfully, but these errors were encountered:
before:
after:
use self;
is indeed invalid but I think it's more useful for users to see the rustc error (
) than for the line to be entirely deleted.self
imports are only allowed within a { } listThe text was updated successfully, but these errors were encountered: