summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-type_privacy_lints.stderr
blob: 2614f2b3c35de7b2ce68b5f5df2d095fabb37c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
warning: unknown lint: `unnameable_types`
  --> $DIR/feature-gate-type_privacy_lints.rs:3:1
   |
LL | #![warn(unnameable_types)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `unnameable_types` lint is unstable
   = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information
   = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable
   = note: `#[warn(unknown_lints)]` on by default

warning: unknown lint: `unnameable_types`
  --> $DIR/feature-gate-type_privacy_lints.rs:3:1
   |
LL | #![warn(unnameable_types)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `unnameable_types` lint is unstable
   = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information
   = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

warning: unknown lint: `unnameable_types`
  --> $DIR/feature-gate-type_privacy_lints.rs:3:1
   |
LL | #![warn(unnameable_types)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `unnameable_types` lint is unstable
   = note: see issue #48054 <https://github.com/rust-lang/rust/issues/48054> for more information
   = help: add `#![feature(type_privacy_lints)]` to the crate attributes to enable
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

warning: 3 warnings emitted