summaryrefslogtreecommitdiffstats
path: root/src/test/ui/span/E0536.rs
blob: 72de7b6f4530fc9b7e5c1fcac5cdd457424341cf (plain)
1
2
3
4
#[cfg(not())] //~ ERROR E0536
pub fn something() {}

pub fn main() {}