bump rustdoc json version for inline attribute representation

This commit is contained in:
Jana Dönszelmann 2025-06-16 19:12:53 +02:00
parent 780b902111
commit 81f8b570b9
No known key found for this signature in database

View file

@ -37,8 +37,8 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
// will instead cause conflicts. See #94591 for more. (This paragraph and the "Latest feature" line
// are deliberately not in a doc comment, because they need not be in public docs.)
//
// Latest feature: rustdoc JSON: Don't apply #[repr] privacy heuristics
pub const FORMAT_VERSION: u32 = 46;
// Latest feature: Pretty printing of inline attributes changed
pub const FORMAT_VERSION: u32 = 48;
/// The root of the emitted JSON blob.
///