Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2c92c72

Browse files
committed
fix: fix CI errors
1 parent 24ce65c commit 2c92c72

13 files changed

+18
-2
lines changed

src/test/ui/feature-gates/stability-attribute-consistency.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ LL | #[unstable(feature = "foo", issue = "none")]
1212

1313
error: aborting due to 2 previous errors
1414

15+
For more information about this error, try `rustc --explain E0711`.

src/test/ui/stability-attribute/stability-attribute-sanity.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ LL | #[stable(feature = "a", since = "1.0.0")]
132132

133133
error: aborting due to 20 previous errors
134134

135-
Some errors have detailed explanations: E0539, E0541, E0542, E0543, E0544, E0546, E0547, E0549.
135+
Some errors have detailed explanations: E0539, E0541, E0542, E0543, E0544, E0546, E0547, E0549, E0711.
136136
For more information about an error, try `rustc --explain E0539`.

src/test/ui/variance/variance-associated-consts.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | struct Foo<T: Trait> {
66

77
error: aborting due to previous error
88

9+
For more information about this error, try `rustc --explain E0208`.

src/test/ui/variance/variance-associated-types.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ LL | struct Bar<'a, T : Trait<'a>> {
1212

1313
error: aborting due to 2 previous errors
1414

15+
For more information about this error, try `rustc --explain E0208`.

src/test/ui/variance/variance-object-types.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | struct Foo<'a> {
66

77
error: aborting due to previous error
88

9+
For more information about this error, try `rustc --explain E0208`.

src/test/ui/variance/variance-regions-direct.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ LL | enum Test8<'a, 'b, 'c:'b> {
4242

4343
error: aborting due to 7 previous errors
4444

45+
For more information about this error, try `rustc --explain E0208`.

src/test/ui/variance/variance-regions-indirect.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ LL | struct Derived4<'a, 'b, 'c:'b> {
3030

3131
error: aborting due to 5 previous errors
3232

33+
For more information about this error, try `rustc --explain E0208`.

src/test/ui/variance/variance-trait-bounds.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ LL | struct TestBox<U,T:Getter<U>+Setter<U>> {
2424

2525
error: aborting due to 4 previous errors
2626

27+
For more information about this error, try `rustc --explain E0208`.

src/test/ui/variance/variance-trait-object-bound.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | struct TOption<'a> {
66

77
error: aborting due to previous error
88

9+
For more information about this error, try `rustc --explain E0208`.

src/test/ui/variance/variance-types-bounds.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ LL | struct TestObject<A, R> {
3030

3131
error: aborting due to 5 previous errors
3232

33+
For more information about this error, try `rustc --explain E0208`.

0 commit comments

Comments
 (0)