rust/crates/hir/src
Aleksey Kladov 0ca1ba29e8 Don't expose hir::Path out of hir
Conjecture: it's impossible to use hir::Path *correctly* from an IDE.

I am not entirely sure about this, and we might need to add it back at
some point, but I have to arguments that convince me that we probably
won't:

* `hir::Path` has to know about hygiene, which an IDE can't set up
  properly.

* `hir::Path` lacks identity, but you actually have to know identity
  to resolve it correctly
2020-08-15 18:50:41 +02:00
..
semantics Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
code_model.rs Don't expose hir::Path out of hir 2020-08-15 18:50:41 +02:00
db.rs Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
diagnostics.rs Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
from_id.rs Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
has_source.rs Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
lib.rs Don't expose hir::Path out of hir 2020-08-15 18:50:41 +02:00
semantics.rs Don't expose hir::Path out of hir 2020-08-15 18:50:41 +02:00
source_analyzer.rs Don't expose hir::Path out of hir 2020-08-15 18:50:41 +02:00