mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
d11b9165ee
This may be potentially useful for - avoiding uses of `hir::ItemKind::Use` - preserving documentation comments on all reexports - preserving and checking stability/deprecation info on reexports - all kinds of diagnostics
For more information about how rustc works, see the rustc dev guide.