[0.2] Drop the libc_const_extern_fn conditional#4063
[0.2] Drop the libc_const_extern_fn conditional#4063tgross35 merged 1 commit intorust-lang:libc-0.2from
libc_const_extern_fn conditional#4063Conversation
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
|
☔ The latest upstream changes (presumably #4076) made this pull request unmergeable. Please resolve the merge conflicts. |
0c726f6 to
fa7e411
Compare
Additionally deprecate the `const-extern-fn` feature. This is possible since the MSRV was increased to 1.63.
fa7e411 to
674cc1f
Compare
Additionally deprecate the `const-extern-fn` feature. This is possible since the MSRV was increased to 1.63. (apply <rust-lang#4063> to `main`) (cherry picked from commit 674cc1f)
Additionally deprecate the `const-extern-fn` feature. This is possible since the MSRV was increased to 1.63. (apply <rust-lang#4063> to `main`) (cherry picked from commit 674cc1f)
Additionally deprecate the `const-extern-fn` feature. This is possible since the MSRV was increased to 1.63. (apply <rust-lang#4063> to `main`) (cherry picked from commit 674cc1f)
Additionally deprecate the `const-extern-fn` feature. This is possible since the MSRV was increased to 1.63. (apply <rust-lang#4063> to `main`) (cherry picked from commit 674cc1f) With the cherry pick, remove `const-extern-fn` rather than just deprecating it.
Additionally deprecate the `const-extern-fn` feature. This is possible since the MSRV was increased to 1.63. (apply <rust-lang#4063> to `main`) (cherry picked from commit 674cc1f) With the cherry pick, remove `const-extern-fn` rather than just deprecating it.
Additionally deprecate the `const-extern-fn` feature. This is possible since the MSRV was increased to 1.63. (apply <rust-lang#4063> to `main`) (cherry picked from commit 674cc1f)
Additionally deprecate the `const-extern-fn` feature. This is possible since the MSRV was increased to 1.63. (apply <rust-lang#4063> to `main`) (cherry picked from commit 674cc1f)
|
Hi, Looks like this is not working? See Nix PR nix-rust/nix#2544, we tried using the git version of libc, then found that the |
|
Indeed, that was reported in #4115. Will try to fix it soon (I think I want to just remove the feature and instead use an environment variable to indicate we need ctest hacks) |
|
Update: Just realized that I can subscribe to #4115 😄 |
Additionally deprecate the
const-extern-fnfeature. This is possible since the MSRV was increased to 1.63.