rust/crates/hir_ty/src
bors[bot] 3224ecea87
Merge #7276
7276: Remove map module from la-arena public API r=lnicola a=arzg

It’s unlikely that more items will be added to the module, so it’s simpler for users if `ArenaMap` is re-exported and the module made private.

This doesn’t compile for the same reason that #7275 doesn’t:

> This pull request doesn’t compile because dependencies on la-arena go through crates.io, so existing dependencies on the crate are referencing an old version. As such, this PR will only compile once a new la-arena version has been published.

Co-authored-by: Aramis Razzaghipour <aramisnoah@gmail.com>
2021-01-17 07:20:36 +00:00
..
diagnostics prepare to publish el libro de arena 2021-01-14 19:06:02 +03:00
infer Add support for yiled keyword 2021-01-15 23:35:17 +09:00
tests Render Fn* trait objects and impl types as rust does 2021-01-13 13:29:47 +01:00
traits Bump chalk 2020-12-23 12:58:23 +02:00
autoderef.rs
db.rs Remove map module from la-arena public API 2021-01-15 11:14:04 +11:00
diagnostics.rs Add fix to wrap return expression in Some 2021-01-07 19:01:33 +00:00
display.rs Render Fn* trait objects and impl types as rust does 2021-01-13 13:29:47 +01:00
infer.rs Remove map module from la-arena public API 2021-01-15 11:14:04 +11:00
lib.rs Don't emit arg count diagnostics for method calls with unknown receiver 2021-01-01 20:49:18 +01:00
lower.rs Remove map module from la-arena public API 2021-01-15 11:14:04 +11:00
method_resolution.rs Use correct, full substs for self type in impl 2020-12-04 18:43:47 +01:00
op.rs
primitive.rs
test_db.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00
tests.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
traits.rs Upgrade Chalk 2020-12-07 11:48:58 +01:00
utils.rs Higher-ranked trait bounds for where clauses 2020-12-17 22:01:42 +01:00