Update ui tests
This commit is contained in:
parent
c5e0d6e4d4
commit
57cb8819ee
@ -1705,12 +1705,9 @@ Conflicting representation hints have been used on a same item.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0566
|
||||
# #![deny(warnings)]
|
||||
# fn main() {
|
||||
#[repr(u32, u64)] // error!
|
||||
```
|
||||
#[repr(u32, u64)] // warning!
|
||||
enum Repr { A }
|
||||
# }
|
||||
```
|
||||
|
||||
In most cases (if not all), using just one representation hint is more than
|
||||
|
@ -66,3 +66,4 @@ LL | | }
|
||||
|
||||
error: aborting due to 8 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0566`.
|
||||
|
@ -26,4 +26,5 @@ LL | #[repr(simd)]
|
||||
|
||||
error: aborting due to 2 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0658`.
|
||||
Some errors have detailed explanations: E0566, E0658.
|
||||
For more information about an error, try `rustc --explain E0566`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user