| warning: the feature `inherent_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes | |
| --> $DIR/variance-computation-requires-equality.rs:3:12 | |
| | | |
| LL | #![feature(inherent_associated_types)] | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #8995 <https://github.com/rust-lang/rust/issues/8995> for more information | |
| = note: `#[warn(incomplete_features)]` on by default | |
| warning: 1 warning emitted | |