rust/crates/hir/src
bors b38fcde3ba Auto merge of #14213 - swarnimarun:raw-ptr-ty, r=Veykril
add: clean api to get `raw_ptr` type

There doesn't seem to be an API to fetch the type of `raw_ptr`, which is helpful for a project I work on.

Notes:

- I am unsure about the function name, do let me know if I should use something else.
- Also unsure about where to add tests, for hir changes. Will fix it as needed.
2023-02-27 10:45:29 +00:00
..
semantics Split out hir-def attribute handling parts into hir-expand 2023-01-09 19:29:28 +01:00
attrs.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
db.rs Rename intern_macro -> intern_macro_call 2021-11-14 16:25:47 +01:00
diagnostics.rs Diagnose private assoc item accesses 2023-01-01 13:24:48 +01:00
display.rs Replace SmolStr usage with lang item enum for lang items 2023-01-21 17:55:45 +01:00
from_id.rs Implemented basic enum const eval 2022-09-12 20:19:13 +01:00
has_source.rs fix(ide-db): correct single-file module rename 2022-05-28 15:07:22 +03:00
lib.rs rename: as_raw_ptr_ty to remove_raw_ptr 2023-02-27 15:57:26 +05:30
semantics.rs Minor refactoring 2023-01-31 21:05:04 +09:00
source_analyzer.rs Fix resolving types when resolving HIR and add a related test 2023-02-26 21:50:39 +09:00
symbols.rs Cleaned up code 2022-09-12 20:19:49 +01:00