mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
error[E0601]: `main` function not found in crate `cfg_attr_cfg_2`
|
|
--> $DIR/cfg-attr-cfg-2.rs:9:14
|
|
|
|
|
LL | fn main() { }
|
|
| ^ consider adding a `main` function to `$DIR/cfg-attr-cfg-2.rs`
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0601`.
|