rust/compiler/rustc_infer/src
Esteban Küber 7674edeeba Detect long types in E0308 and write them to disk
On type error with long types, print an abridged type and write the full
type to disk.

Print the widest possible short type while still fitting in the
terminal.
2022-11-28 14:08:18 -08:00
..
errors Separate lifetime ident from resolution in HIR. 2022-11-23 19:33:06 +00:00
infer Detect long types in E0308 and write them to disk 2022-11-28 14:08:18 -08:00
traits Introduce PredicateKind::Clause 2022-11-25 00:04:54 -03:00
lib.rs Remove #![allow(rustc::potential_query_instability)] from rustc_infer 2022-10-28 15:32:49 +02:00