about summary refs log tree commit diff
path: root/tests/ui/conditional-compilation/cfg-in-crate-1.stderr
blob: 352baf33091b40bdafc2b35f9d024941cc17b219 (plain)
1
2
3
4
5
6
7
8
9
error[E0601]: `main` function not found in crate `cfg_in_crate_1`
  --> $DIR/cfg-in-crate-1.rs:1:15
   |
LL | #![cfg(false)]
   |               ^ consider adding a `main` function to `$DIR/cfg-in-crate-1.rs`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0601`.