bump rustdoc json version for inline attribute representation
This commit is contained in:
parent
780b902111
commit
81f8b570b9
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue