rust/compiler/rustc_typeck
Vadim Petrochenkov 17b1afdbb2 resolve: Fix incorrect results of opt_def_kind query for some built-in macros
Previously it always returned `MacroKind::Bang` while some of those macros are actually attributes and derives
2022-02-24 22:54:36 +03:00
..

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