|
| 1 | +warning: unknown lint: `multiple_supertrait_upcastable` |
| 2 | + --> $DIR/feature-gate-multiple_supertrait_upcastable.rs:3:1 |
| 3 | + | |
| 4 | +LL | #![deny(multiple_supertrait_upcastable)] |
| 5 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 6 | + | |
| 7 | + = note: the `multiple_supertrait_upcastable` lint is unstable |
| 8 | + = help: add `#![feature(multiple_supertrait_upcastable)]` to the crate attributes to enable |
| 9 | + = note: `#[warn(unknown_lints)]` on by default |
| 10 | + |
| 11 | +warning: unknown lint: `multiple_supertrait_upcastable` |
| 12 | + --> $DIR/feature-gate-multiple_supertrait_upcastable.rs:7:1 |
| 13 | + | |
| 14 | +LL | #![warn(multiple_supertrait_upcastable)] |
| 15 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 16 | + | |
| 17 | + = note: the `multiple_supertrait_upcastable` lint is unstable |
| 18 | + = help: add `#![feature(multiple_supertrait_upcastable)]` to the crate attributes to enable |
| 19 | + |
| 20 | +warning: unknown lint: `multiple_supertrait_upcastable` |
| 21 | + --> $DIR/feature-gate-multiple_supertrait_upcastable.rs:3:1 |
| 22 | + | |
| 23 | +LL | #![deny(multiple_supertrait_upcastable)] |
| 24 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 25 | + | |
| 26 | + = note: the `multiple_supertrait_upcastable` lint is unstable |
| 27 | + = help: add `#![feature(multiple_supertrait_upcastable)]` to the crate attributes to enable |
| 28 | + |
| 29 | +warning: unknown lint: `multiple_supertrait_upcastable` |
| 30 | + --> $DIR/feature-gate-multiple_supertrait_upcastable.rs:7:1 |
| 31 | + | |
| 32 | +LL | #![warn(multiple_supertrait_upcastable)] |
| 33 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 34 | + | |
| 35 | + = note: the `multiple_supertrait_upcastable` lint is unstable |
| 36 | + = help: add `#![feature(multiple_supertrait_upcastable)]` to the crate attributes to enable |
| 37 | + |
| 38 | +warning: unknown lint: `multiple_supertrait_upcastable` |
| 39 | + --> $DIR/feature-gate-multiple_supertrait_upcastable.rs:3:1 |
| 40 | + | |
| 41 | +LL | #![deny(multiple_supertrait_upcastable)] |
| 42 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 43 | + | |
| 44 | + = note: the `multiple_supertrait_upcastable` lint is unstable |
| 45 | + = help: add `#![feature(multiple_supertrait_upcastable)]` to the crate attributes to enable |
| 46 | + |
| 47 | +warning: unknown lint: `multiple_supertrait_upcastable` |
| 48 | + --> $DIR/feature-gate-multiple_supertrait_upcastable.rs:7:1 |
| 49 | + | |
| 50 | +LL | #![warn(multiple_supertrait_upcastable)] |
| 51 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 52 | + | |
| 53 | + = note: the `multiple_supertrait_upcastable` lint is unstable |
| 54 | + = help: add `#![feature(multiple_supertrait_upcastable)]` to the crate attributes to enable |
| 55 | + |
| 56 | +warning: 6 warnings emitted |
| 57 | + |
0 commit comments