rustc_hir_id: Add a comment explaining why the crate exists

This commit is contained in:
Josh Triplett 2025-08-18 10:38:17 -07:00
parent 0f0d7024f5
commit 2ea7e7da00

View file

@ -1,3 +1,5 @@
//! Library containing Id types from `rustc_hir`, split out so crates can use it without depending
//! on all of `rustc_hir` (which is large and depends on other large things like `rustc_target`).
#![allow(internal_features)]
#![feature(negative_impls)]
#![feature(rustc_attrs)]