blob: cb8cfbd8599ce61726db07386b6ac60b9c692f83 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: compilation successful
--> $DIR/issue-34171.rs:19:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | apply_null!(#[cfg(all())] fn f() {});
LL | | }
| |_^
error: aborting due to previous error
|