2018-08-08 07:28:26 -05:00
|
|
|
error[E0601]: `main` function not found in crate `cfg_attr_cfg_2`
|
2022-01-20 18:15:39 -06:00
|
|
|
--> $DIR/cfg-attr-cfg-2.rs:9:14
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2022-01-20 18:15:39 -06:00
|
|
|
LL | fn main() { }
|
|
|
|
| ^ consider adding a `main` function to `$DIR/cfg-attr-cfg-2.rs`
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0601`.
|