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 5a06b38 commit a07b907Copy full SHA for a07b907
CHANGELOG.md
@@ -181,7 +181,8 @@ tools regardless.
181
**Breaking Change**: Change format of `Item::attrs` for `#[repr(..)]` from HIR
182
debug printing to how they're written in source-code. For example
183
`#[attr = Repr([ReprC, ReprInt(SignedInt(I8))])])` would now be represented as
184
-`#[repr(C,i8)]` ((rust#138018)[https://github.com/rust-lang/rust/pull/138018]).
+`#[repr(C,i8)]`
185
+([rust#138018](https://github.com/rust-lang/rust/pull/138018)).
186
187
This somewhat undoes [v0.36.0](#v0.36.0).
188
0 commit comments