Reuse const rendering from rustdoc in rmeta encoding

This commit is contained in:
Ben Kimock
2023-08-31 19:26:23 -04:00
parent 1bd043098e
commit 159ad5fb0d
7 changed files with 107 additions and 113 deletions

View File

@@ -42,6 +42,6 @@ pub mod locator;
pub use fs::{emit_wrapper_file, METADATA_FILENAME};
pub use native_libs::find_native_static_library;
pub use rmeta::{encode_metadata, EncodedMetadata, METADATA_HEADER};
pub use rmeta::{encode_metadata, rendered_const, EncodedMetadata, METADATA_HEADER};
fluent_messages! { "../messages.ftl" }