We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b455b6 commit 9ce4750Copy full SHA for 9ce4750
src/macros.rs
@@ -199,7 +199,7 @@ macro_rules! e {
199
// cfg completely.
200
// FIXME(ctest): ctest can't handle `$(,)?` so we use `$(,)*` which isn't quite correct.
201
cfg_if! {
202
- if #[cfg(not(libc_ctest))] {
+ if #[cfg(libc_ctest)] {
203
/// Define an `unsafe` function that is not const for `ctest`
204
macro_rules! f {
205
($(
0 commit comments