rust/compiler/rustc_typeck
Dylan DPC 2035b50d80
Rollup merge of #97301 - semicoleon:unstable-reexport, r=petrochenkov
Allow unstable items to be re-exported unstably without requiring the feature be enabled

Closes #94972

The diagnostic may need some work still, and I haven't added a test yet
2022-06-07 11:41:07 +02:00
..

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