Skip to content

reachability export map does not consider overloaded operators #2378

Closed
@nikomatsakis

Description

@nikomatsakis

Right now the reachability export map does not consider overloaded operators. So if you define an overloaded operator in crate A, and use it in crate B, then you run into trouble in crate C that uses crate B (you may need generics and a few other things too). The problem is pretty clear: traverse_expr() does not consider expr_binary, expr_unary, and friends.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions