Fix codegen failure tests for 1.76.0 Rust

This commit is contained in:
tyranron 2024-02-09 17:23:01 +02:00
parent 2ce7dae298
commit ac6e60987f
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0
6 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`
|
= help: the following other types implement trait `From<T>`:
<[bool; LANES] as From<Mask<T, LANES>>>
<[bool; N] as From<Mask<T, N>>>
<[u32; 4] as From<ppv_lite86::x86_64::vec128_storage>>
<[u32; 8] as From<ppv_lite86::x86_64::vec256_storage>>
<[u32; 16] as From<ppv_lite86::x86_64::vec512_storage>>

View file

@ -19,4 +19,4 @@ error[E0609]: no field `self` on type `&Self`
| --------------- type parameter 'Self' declared here
...
9 | self.self.id()
| ^^^^
| ^^^^ unknown field

View file

@ -5,7 +5,7 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied
| ^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`
|
= help: the following other types implement trait `From<T>`:
<[bool; LANES] as From<Mask<T, LANES>>>
<[bool; N] as From<Mask<T, N>>>
<[u32; 4] as From<ppv_lite86::x86_64::vec128_storage>>
<[u32; 8] as From<ppv_lite86::x86_64::vec256_storage>>
<[u32; 16] as From<ppv_lite86::x86_64::vec512_storage>>

View file

@ -12,4 +12,4 @@ error[E0609]: no field `self` on type `&MyObject`
10 | self.self.my_field
| ^^^^ unknown field
|
= note: available fields are: `my_field`
= note: available field is: `my_field`

View file

@ -5,7 +5,7 @@ error[E0277]: the trait bound `[bool; 2]: From<[bool; 3]>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<[bool; 3]>` is not implemented for `[bool; 2]`
|
= help: the following other types implement trait `From<T>`:
<[bool; LANES] as From<Mask<T, LANES>>>
<[bool; N] as From<Mask<T, N>>>
<[u32; 4] as From<ppv_lite86::x86_64::vec128_storage>>
<[u32; 8] as From<ppv_lite86::x86_64::vec256_storage>>
<[u32; 16] as From<ppv_lite86::x86_64::vec512_storage>>

View file

@ -12,4 +12,4 @@ error[E0609]: no field `self` on type `&ObjA`
15 | Box::pin(stream::once(future::ready(self.self.field)))
| ^^^^ unknown field
|
= note: available fields are: `field`
= note: available field is: `field`