We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const-extern-fn
1 parent e18ee8c commit e6d7b51Copy full SHA for e6d7b51
Cargo.toml
@@ -140,9 +140,5 @@ std = []
140
rustc-dep-of-std = ["rustc-std-workspace-core"]
141
extra_traits = []
142
143
-# `const-extern-function` is deprecated and no longer does anything
144
-# FIXME(1.0): remove this completely
145
-const-extern-fn = []
146
-
147
[workspace]
148
members = ["libc-test"]
ci/verify-build.sh
@@ -62,7 +62,6 @@ test_target() {
62
63
# Test with expected combinations of features
64
$cmd
65
- $cmd --features const-extern-fn
66
$cmd --features extra_traits
67
68
# Test again without default features, i.e. without "std"
0 commit comments