]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/E0536.stderr
add inline attributes to stage 0 methods
[rust.git] / src / test / ui / span / E0536.stderr
1 error[E0536]: expected 1 cfg-pattern
2   --> $DIR/E0536.rs:11:7
3    |
4 11 | #[cfg(not())] //~ ERROR E0536
5    |       ^^^^^
6
7 error: aborting due to previous error
8