We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
`#[cfg(not(test))]` still compiles this item with cargo test, but `#[cfg(target_os = "none")] does not. I think this is a bug, we should report it.
https://github.com/roblabla42/KFS/blob/84f52da4950ee96188e38618b55d975a53609284/libuser/src/lib.rs#L36-L43
TODO
The text was updated successfully, but these errors were encountered:
global_allocator_cfg_not_test
03c7d91
Apparently this works now. Closes #67
dd18764
Apparently this works now. Closes sunriseos#67
431b050
Orycterope
No branches or pull requests
`#[cfg(not(test))]` still compiles this item with cargo test, but `#[cfg(target_os = "none")] does not. I think this is a bug, we should report it.
https://github.com/roblabla42/KFS/blob/84f52da4950ee96188e38618b55d975a53609284/libuser/src/lib.rs#L36-L43
This issue was generated by todo based on a
TODO
comment in 84f52da when #63 was merged. cc @Orycterope.The text was updated successfully, but these errors were encountered: