Replies: 1 comment
-
|
After creating a toy example, I've realized that "this item is stable since [...]" should actually read "this item comes from a crate that has an MSRV of [...]". I'll open an issue for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In working on the serialport-rs crate, I've started seeing errors such as this:
What is this error saying? Is it pointing out that
libc::c_intis valid for rust 1.64.0 and newer, and will be shadowed by thelibccrate I'm importing?libcis an external crate, and those values have been defined since at least libc 0.1.5 released in 2015.Beta Was this translation helpful? Give feedback.
All reactions