Skip to content

Commit 18c5614

Browse files
committed
--bless tests due to INCOMPLETE_FEATURES being a lint.
1 parent 651c178 commit 18c5614

File tree

58 files changed

+159
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+159
-54
lines changed

src/test/ui/associated-type-bounds/duplicate.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ warning: the feature `impl_trait_in_bindings` is incomplete and may cause the co
33
|
44
LL | #![feature(impl_trait_in_bindings)]
55
| ^^^^^^^^^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

79
error[E0719]: the value of the associated type `Item` (from the trait `std::iter::Iterator`) is already specified
810
--> $DIR/duplicate.rs:12:36

src/test/ui/associated-type-bounds/dyn-lcsit.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ warning: the feature `impl_trait_in_bindings` is incomplete and may cause the co
33
|
44
LL | #![feature(impl_trait_in_bindings)]
55
| ^^^^^^^^^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

src/test/ui/associated-type-bounds/lcsit.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ warning: the feature `impl_trait_in_bindings` is incomplete and may cause the co
33
|
44
LL | #![feature(impl_trait_in_bindings)]
55
| ^^^^^^^^^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

src/test/ui/const-generics/apit-with-const-param.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ warning: the feature `const_generics` is incomplete and may cause the compiler t
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

src/test/ui/const-generics/array-wrapper-struct-ctor.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ warning: the feature `const_generics` is incomplete and may cause the compiler t
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

src/test/ui/const-generics/broken-mir-1.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ warning: the feature `const_generics` is incomplete and may cause the compiler t
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

src/test/ui/const-generics/broken-mir-2.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ warning: the feature `const_generics` is incomplete and may cause the compiler t
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

79
error[E0277]: arrays only have std trait implementations for lengths 0..=32
810
--> $DIR/broken-mir-2.rs:7:36

src/test/ui/const-generics/cannot-infer-const-args.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ warning: the feature `const_generics` is incomplete and may cause the compiler t
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

79
error[E0282]: type annotations needed
810
--> $DIR/cannot-infer-const-args.rs:9:5

src/test/ui/const-generics/cannot-infer-type-for-const-param.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ warning: the feature `const_generics` is incomplete and may cause the compiler t
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

src/test/ui/const-generics/concrete-const-as-fn-arg.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ warning: the feature `const_generics` is incomplete and may cause the compiler t
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^
6+
|
7+
= note: `#[warn(incomplete_features)]` on by default
68

0 commit comments

Comments
 (0)