We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0d702 commit 2ea7e7dCopy full SHA for 2ea7e7d
compiler/rustc_hir_id/src/lib.rs
@@ -1,3 +1,5 @@
1
+//! Library containing Id types from `rustc_hir`, split out so crates can use it without depending
2
+//! on all of `rustc_hir` (which is large and depends on other large things like `rustc_target`).
3
#![allow(internal_features)]
4
#![feature(negative_impls)]
5
#![feature(rustc_attrs)]
0 commit comments