rust/compiler/rustc_typeck
David Wood 437468daf7 typeck: remove unnecessary fluent attr
Specifying "suggestion" as the attribute for the only suggestion is
unnecessary, it's the default of the derive.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-04-21 04:03:13 +01:00
..

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