546d718a7e
9808: fix: Look for enum variants and trait assoc functions when looking for lang items r=matklad a=Veykril Examples for lang enum variants are the `Option` variants. Assoc trait functions aren't being seen since they aren't declared in the direct module scope. Co-authored-by: Lukas Wirth <lukastw97@gmail.com>