rust/compiler/rustc_typeck
Nicholas Nethercote 6087dc2054 Remove the symbol from ast::LitKind::Err.
Because it's never used meaningfully.
2022-08-23 16:56:24 +10:00
..

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