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
In the main.rs below, you can't lookup anything inside the test() definition inside the impl. get, self, unwrap etc. all can't be found. rustc has no issue compiling it though.
In the main.rs below, you can't lookup anything inside the
test()
definition inside theimpl
.get
,self
,unwrap
etc. all can't be found. rustc has no issue compiling it though.The text was updated successfully, but these errors were encountered: