2018-01-13 14:05:51 +01:00
|
|
|
error[E0658]: the `#[rustc_on_unimplemented]` attribute is an experimental feature (see issue #29628)
|
2017-12-06 09:27:47 +01:00
|
|
|
--> $DIR/feature-gate-on-unimplemented.rs:14:1
|
|
|
|
|
|
|
|
|
14 | #[rustc_on_unimplemented = "test error `{Self}` with `{Bar}`"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(on_unimplemented)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|