]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cfg-attr-cfg-2.stderr
Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoerister
[rust.git] / src / test / ui / cfg-attr-cfg-2.stderr
1 error[E0601]: `main` function not found in crate `cfg_attr_cfg_2`
2    |
3    = note: consider adding a `main` function to `$DIR/cfg-attr-cfg-2.rs`
4
5 error: aborting due to previous error
6
7 For more information about this error, try `rustc --explain E0601`.