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
Verify that a Decl's DeclContext and a DeclContext's parent are in sync
When a Decl is also a DeclContext, these two concepts are identical,
and we rely on that throughout the compiler.
No functionality change; we appear to already be doing this correctly.
0 commit comments