Skip to content

Commit 4cebd24

Browse files
committed
wip
1 parent fbf53bf commit 4cebd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ macro_rules! e {
199199
// cfg completely.
200200
// FIXME(ctest): ctest can't handle `$(,)?` so we use `$(,)*` which isn't quite correct.
201201
cfg_if! {
202-
if #[cfg(any())] {
202+
if #[cfg(all())] {
203203
// if #[cfg(feature = "const-extern-fn")] {
204204
/// Define an `unsafe` function that is const as long as `const-extern-fn` is enabled.
205205
macro_rules! f {

0 commit comments

Comments
 (0)