rust/compiler/rustc_hir_analysis
Nicholas Nethercote 2017aeff88 Use IntoIterator for mk_fn_sig.
This makes a lot of call sites nicer.
2023-02-17 22:24:34 +11:00
..
2023-02-17 22:24:34 +11:00
2023-02-06 17:40:18 +03:00

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