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
mod foo {structFoo{a:i32,}}fnmain(){let foo = foo::Foo{a:15};}
When compiled with -frust-name-resolution-2.0 this fails with a 456 reverse lookup failure, which indicates we did not setup the name resolution context properly for that case.
The text was updated successfully, but these errors were encountered:
When compiled with
-frust-name-resolution-2.0
this fails with a456 reverse lookup failure
, which indicates we did not setup the name resolution context properly for that case.The text was updated successfully, but these errors were encountered: