rust/crates/hir_ty/src
Aleksey Kladov b610118453 Deny unreachable-pub
It's very useful when `pub` is equivalent to "this is crate's public
API", let's enforce this!

Ideally, we should enforce it for local `cargo test`, and only during
CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
2020-11-02 14:07:08 +01:00
..
diagnostics Deny unreachable-pub 2020-11-02 14:07:08 +01:00
infer Deny unreachable-pub 2020-11-02 14:07:08 +01:00
tests do not use associated types placeholder for inlay hint 2020-10-28 15:42:51 +01:00
traits Deny unreachable-pub 2020-11-02 14:07:08 +01:00
autoderef.rs
db.rs
diagnostics.rs Add descriptions for diagnostics parseable by xtask 2020-10-19 20:55:16 +03:00
display.rs refactor(hir_ty): do not override DisplayTarget in hir_fmt 2020-10-28 17:58:16 +01:00
infer.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
lib.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
lower.rs Use Ty::apply instead of simple and fix method resolution. 2020-09-17 00:58:41 +08:00
method_resolution.rs Fix case where non FnOnce variables is marked callable 2020-10-26 15:20:33 -03:00
op.rs
primitive.rs
test_db.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
tests.rs do not use associated types placeholder for inlay hint 2020-10-28 15:42:51 +01:00
traits.rs Improve Chalk debugging 2020-10-23 15:28:02 +02:00
utils.rs