]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/E0536.rs
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / test / ui / span / E0536.rs
1 #[cfg(not())] //~ ERROR E0536
2 pub fn something() {}
3
4 pub fn main() {}