|
| 1 | +warning: unknown lint: `private_interfaces` |
| 2 | + --> $DIR/feature-gate-type_privacy_lints.rs:3:1 |
| 3 | + | |
| 4 | +LL | #![warn(private_interfaces)] |
| 5 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 6 | + | |
| 7 | + = note: the `private_interfaces` lint is unstable |
| 8 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 9 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 10 | + = note: `#[warn(unknown_lints)]` on by default |
| 11 | + |
| 12 | +warning: unknown lint: `private_bounds` |
| 13 | + --> $DIR/feature-gate-type_privacy_lints.rs:6:1 |
| 14 | + | |
| 15 | +LL | #![warn(private_bounds)] |
| 16 | + | ^^^^^^^^^^^^^^^^^^^^^^^^ |
| 17 | + | |
| 18 | + = note: the `private_bounds` lint is unstable |
| 19 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 20 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 21 | + |
| 22 | +warning: unknown lint: `unnameable_types` |
| 23 | + --> $DIR/feature-gate-type_privacy_lints.rs:9:1 |
| 24 | + | |
| 25 | +LL | #![warn(unnameable_types)] |
| 26 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 27 | + | |
| 28 | + = note: the `unnameable_types` lint is unstable |
| 29 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 30 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 31 | + |
| 32 | +warning: unknown lint: `private_interfaces` |
| 33 | + --> $DIR/feature-gate-type_privacy_lints.rs:3:1 |
| 34 | + | |
| 35 | +LL | #![warn(private_interfaces)] |
| 36 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 37 | + | |
| 38 | + = note: the `private_interfaces` lint is unstable |
| 39 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 40 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 41 | + |
| 42 | +warning: unknown lint: `private_bounds` |
| 43 | + --> $DIR/feature-gate-type_privacy_lints.rs:6:1 |
| 44 | + | |
| 45 | +LL | #![warn(private_bounds)] |
| 46 | + | ^^^^^^^^^^^^^^^^^^^^^^^^ |
| 47 | + | |
| 48 | + = note: the `private_bounds` lint is unstable |
| 49 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 50 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 51 | + |
| 52 | +warning: unknown lint: `unnameable_types` |
| 53 | + --> $DIR/feature-gate-type_privacy_lints.rs:9:1 |
| 54 | + | |
| 55 | +LL | #![warn(unnameable_types)] |
| 56 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 57 | + | |
| 58 | + = note: the `unnameable_types` lint is unstable |
| 59 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 60 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 61 | + |
| 62 | +warning: unknown lint: `private_interfaces` |
| 63 | + --> $DIR/feature-gate-type_privacy_lints.rs:3:1 |
| 64 | + | |
| 65 | +LL | #![warn(private_interfaces)] |
| 66 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 67 | + | |
| 68 | + = note: the `private_interfaces` lint is unstable |
| 69 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 70 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 71 | + |
| 72 | +warning: unknown lint: `private_bounds` |
| 73 | + --> $DIR/feature-gate-type_privacy_lints.rs:6:1 |
| 74 | + | |
| 75 | +LL | #![warn(private_bounds)] |
| 76 | + | ^^^^^^^^^^^^^^^^^^^^^^^^ |
| 77 | + | |
| 78 | + = note: the `private_bounds` lint is unstable |
| 79 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 80 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 81 | + |
| 82 | +warning: unknown lint: `unnameable_types` |
| 83 | + --> $DIR/feature-gate-type_privacy_lints.rs:9:1 |
| 84 | + | |
| 85 | +LL | #![warn(unnameable_types)] |
| 86 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 87 | + | |
| 88 | + = note: the `unnameable_types` lint is unstable |
| 89 | + = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information |
| 90 | + = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable |
| 91 | + |
| 92 | +warning: 9 warnings emitted |
| 93 | + |
0 commit comments