2019-07-20 00:14:11 +00:00
|
|
|
warning: attribute must be of the form `#[bench]`
|
2019-07-18 23:10:36 +00:00
|
|
|
--> $DIR/issue-43106-gating-of-bench.rs:15:1
|
|
|
|
|
|
|
|
|
LL | #![bench = "4100"]
|
2019-07-20 00:14:11 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `#[warn(ill_formed_attribute_input)]` on by default
|
|
|
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
|
|
= note: for more information, see issue #57571 <https://github.com/rust-lang/rust/issues/57571>
|
2019-07-18 23:10:36 +00:00
|
|
|
|
2018-03-13 18:22:43 +00:00
|
|
|
error[E0601]: `main` function not found in crate `issue_43106_gating_of_bench`
|
2018-03-12 20:23:12 +00:00
|
|
|
|
|
2018-03-13 18:22:43 +00:00
|
|
|
= note: consider adding a `main` function to `$DIR/issue-43106-gating-of-bench.rs`
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-07-20 00:14:11 +00:00
|
|
|
error: aborting due to previous error
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2018-03-03 14:59:40 +00:00
|
|
|
For more information about this error, try `rustc --explain E0601`.
|