]> git.lizzy.rs Git - rust.git/blobdiff - src/rustdoc-json-types/lib.rs
Rollup merge of #89941 - hermitcore:kernel, r=joshtriplett
[rust.git] / src / rustdoc-json-types / lib.rs
index 7c418697c1c1c8851c72adedfbfc02a60133048e..9466f84ffcd59192dce3492270034af4efdfdd0a 100644 (file)
@@ -510,5 +510,8 @@ pub struct Static {
     pub expr: String,
 }
 
+/// rustdoc format-version.
+pub const FORMAT_VERSION: u32 = 9;
+
 #[cfg(test)]
 mod tests;