rust-analyzer/crates/hir/src
bors def4dbb520 Auto merge of #14336 - swarnimarun:remove-slice, r=lnicola
internal: add `as_slice` to `hir::Type`

~`remove_slice`~ `as_slice` is same as `remove_ref` but for slices.

Though there is `as_array` which I believe was named such because it also gets the length of the array, maybe. I am still shaky on the names feel free to suggest corrections.
2023-03-14 09:20:58 +00:00
..
semantics Add BindingId 2023-03-06 21:09:08 +03:30
attrs.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09:00
db.rs Add missing queries to per_query_memory_usage 2023-03-09 16:31:10 +01:00
diagnostics.rs Refactor hir::diagnostics::MissingMatchArms fields, better naming 2023-03-10 18:22:32 +05:00
display.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09:00
from_id.rs Add BindingId 2023-03-06 21:09:08 +03:30
has_source.rs Partially support "overloaded deref" MIR lowering 2023-03-06 21:09:09 +03:30
lib.rs Auto merge of #14336 - swarnimarun:remove-slice, r=lnicola 2023-03-14 09:20:58 +00:00
semantics.rs Highlight unresolved derives as being unresolved 2023-03-08 13:51:14 +01:00
source_analyzer.rs Add BindingId 2023-03-06 21:09:08 +03:30
symbols.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09:00