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.
Import errors work differently than other path resolution errors and don't call find_cfg_stripped yet.
find_cfg_stripped
pub use a::x; mod a { #[cfg(no)] pub fn x() {} } fn main() {}
this should note that x has been configured out.
x