2019-07-18 18:10:36 -05:00
|
|
|
error: malformed `bench` attribute input
|
|
|
|
--> $DIR/issue-43106-gating-of-bench.rs:15:1
|
|
|
|
|
|
|
|
|
LL | #![bench = "4100"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[bench]`
|
|
|
|
|
2018-03-13 13:22:43 -05:00
|
|
|
error[E0601]: `main` function not found in crate `issue_43106_gating_of_bench`
|
2018-03-12 15:23:12 -05:00
|
|
|
|
|
2018-03-13 13:22:43 -05:00
|
|
|
= note: consider adding a `main` function to `$DIR/issue-43106-gating-of-bench.rs`
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2019-07-18 18:10:36 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2018-03-03 08:59:40 -06:00
|
|
|
For more information about this error, try `rustc --explain E0601`.
|