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 b2df9b3 commit 9ddecbeCopy full SHA for 9ddecbe
rust-engine/src/names/generated.rs
@@ -1,3 +1,8 @@
1
+// This file was generated by `cargo hax into generate-rust-engine-names`.
2
+// To regenerate it, please use `just regenerate-names`. Under the hood, `cargo
3
+// hax into generate-rust-engine-names` runs the Rust engine, which in turn
4
+// calls `rust_engine::names::export_def_ids_to_mod`.
5
+
6
use super::root;
7
pub mod alloc {
8
#![doc = r##"This is the module [`::alloc`]."##]
0 commit comments