Module rustc_ast_lowering::item
source · Structs
Functions
When we have a ty alias we may have two where clauses. To give the best diagnostics, we set the span
to the where clause that is preferred, if it exists. Otherwise, it sets the span to the other where
clause if it exists.