rust/compiler/rustc_typeck
Matthias Krüger 9f073b0de0
Rollup merge of #101904 - Rageking8:fix-101712, r=oli-obk
Add help for invalid inline argument

Fixes #101712

Removed 1 part of the test as its identical with another one. Do let me know if this is undesirable, so I can revert those changes.
2022-09-19 17:55:20 +02:00
..

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