File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,10 @@ Compatibility Notes
116116 to rejecting hexadecimal IP addresses.][83652] The octal format can lead
117117 to confusion and potential security vulnerabilities and [is no
118118 longer recommended][ietf6943].
119-
119+ - [The added `BITS` constant may conflict with external definitions.][85667]
120+ In particular, this was known to be a problem in the `lexical-core` crate,
121+ but they have published fixes for semantic versions 0.4 through 0.7. To
122+ update this dependency alone, use `cargo update -p lexical-core`.
120123
121124Internal Only
122125-------------
@@ -129,6 +132,7 @@ related tools.
129132- [rustdoc: Only look at blanket impls in `get_blanket_impls`][83681]
130133- [Rework rustdoc const type][82873]
131134
135+ [85667]: https://github.com/rust-lang/rust/pull/85667
132136[83386]: https://github.com/rust-lang/rust/pull/83386
133137[82771]: https://github.com/rust-lang/rust/pull/82771
134138[84147]: https://github.com/rust-lang/rust/pull/84147
You can’t perform that action at this time.
0 commit comments