rust/compiler/rustc_hir_analysis
Yuki Okushi a373623d55
Rollup merge of #110681 - klensy:cut-dep, r=lcnr
drop few unused crates, gate libc under unix for rustc_codegen_ssa

Small cleanup.
2023-04-25 02:33:29 +09:00
..
src Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillot 2023-04-25 02:33:25 +09:00
Cargo.toml drop unused deps, gate libc under unix for one crate 2023-04-22 15:22:21 +03:00
messages.ftl Migrate rustc_hir_analysis to session diagnostic 2023-04-08 01:24:54 +03:00
README.md

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.