You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should successfully compile, but instead will have a syntax error. It should behave identically to what would occur if you inlined the first include!, (which does compile successfully)
// src/lib.rs#[cfg(feature = "never")]include!("error.rs");// error.rs
omg i'm a syntax error