Skip to content

Commit e676afb

Browse files
committed
fix the error check
1 parent 9743e84 commit e676afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/suggestions/issue-71394-no-from-impl.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LL | let _: &[i8] = data.into();
1313
<[T; 4] as From<(T, T, T, T)>>
1414
<[T; 5] as From<(T, T, T, T, T)>>
1515
<[T; 6] as From<(T, T, T, T, T, T)>>
16-
and 7 others
16+
and 6 others
1717
= note: required for `&[u8]` to implement `Into<&[i8]>`
1818

1919
error: aborting due to previous error

tests/ui/target-feature/gate.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0658]: the target feature `avx512bw` is currently unstable
2-
--> $DIR/gate.rs:21:18
2+
--> $DIR/gate.rs:22:18
33
|
44
LL | #[target_feature(enable = "avx512bw")]
55
| ^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)