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
Actually, in my view of things this is a problem with the name-collision-detection. It should, once I get around to https://github.com/graydon/rust/issues/369 produce an error about binding 'foo' to two different things in the module.
The following test results in items in the inner foo not being resolved even though the compiler let us import foo::foo
Also, using
import foo = foo::foo
has the same result.The text was updated successfully, but these errors were encountered: