375524014f
This crate actually had a typo `'ctx` in one of its functions: ```diff -pub fn same_type_modulo_infer(a: Ty<'tcx>, b: Ty<'ctx>) -> bool { +pub fn same_type_modulo_infer<'tcx>(a: Ty<'tcx>, b: Ty<'tcx>) -> bool { ``` |
||
---|---|---|
.. | ||
leak_check.rs | ||
mod.rs | ||
README.md |
For info on how the current borrowck works, see the rustc dev guide.