-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.2] Drop the libc_const_extern_fn
conditional
#4063
[0.2] Drop the libc_const_extern_fn
conditional
#4063
Conversation
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-fn
feature. This is possible since the MSRV was increased to 1.63.