Rename the notbsd module to linux_like#1389
Conversation
|
@gnzlbg: no appropriate reviewer found, use r? to override |
|
@bors: r+ |
|
📌 Commit 8f098a3 has been approved by |
Rename the notbsd module to linux_like
|
💔 Test failed - checks-travis |
|
@bors: retry |
Rename the notbsd module to linux_like
|
☀️ Test successful - checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-travis, status-appveyor |
|
@gnzlbg Hey I'm running into an error where Any idea if this is an error in trying to make a Edit: I'm trying to make the Edit 2: Sorry for the ping on this. I realize now I can't even make this type because the fields are private |
|
@kleimkuhler you should open an issue in rust-lang/rust since that looks like a bug in libstd. Essentially, the types exposed by |
|
Looking at the source, it appears that libstd does properly have a newtype here, the fields of that type are private, so you should never see a type error here, but a privacy error instead. I think this is worth reporting as an error to the Rust compiler. The error message is confusing. |
|
I've reported it here: rust-lang/rust#64684 |
|
@gnzlbg Oh okay thanks for the explanation on that--and reporting it! |
No description provided.