Derive breaks wildcard import #80490
Labels
A-resolve
Area: Name resolution
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Observations:
use crate::a::*
touse crate::a::Type
makes it work. My expectation would be that*
includesType
.Type
makes the wildcard import work.derive(serde::Serialize)
.The text was updated successfully, but these errors were encountered: