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
I believe this code should compile, but it does not compile. Trawling through some logs made Niko think that something wasn't normalized one way or the other, so opening an issue!
foo.rs:45:9: 45:14 error: type `&Map<SipState>` does not implement any method in scope named `foo`
foo.rs:45 map.foo();
^~~~~
error: aborting due to previous error
(or so niko told me)
I believe this code should compile, but it does not compile. Trawling through some logs made Niko think that something wasn't normalized one way or the other, so opening an issue!
cc @nikomatsakis
cc #17307
The text was updated successfully, but these errors were encountered: