rust/compiler/rustc_hir_analysis
Matthias Krüger 453a1a8b7f
Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu
Lint against Symbol::intern on a string literal

Disabled in tests where this doesn't make much sense
2024-12-03 17:27:06 +01:00
..
2024-12-02 22:21:53 +00:00

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