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
116
116
to rejecting hexadecimal IP addresses.][83652] The octal format can lead
117
117
to confusion and potential security vulnerabilities and [is no
118
118
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`.
120
123
121
124
Internal Only
122
125
-------------
@@ -129,6 +132,7 @@ related tools.
129
132
- [rustdoc: Only look at blanket impls in `get_blanket_impls`][83681]
130
133
- [Rework rustdoc const type][82873]
131
134
135
+ [85667]: https://github.com/rust-lang/rust/pull/85667
132
136
[83386]: https://github.com/rust-lang/rust/pull/83386
133
137
[82771]: https://github.com/rust-lang/rust/pull/82771
134
138
[84147]: https://github.com/rust-lang/rust/pull/84147
You can’t perform that action at this time.
0 commit comments