Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
11
vendor/cxx/tests/ui/enum_out_of_bounds.stderr
vendored
Normal file
11
vendor/cxx/tests/ui/enum_out_of_bounds.stderr
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
error: discriminant value `18446744073709551615` is outside the limits of u32
|
||||
--> tests/ui/enum_out_of_bounds.rs:5:9
|
||||
|
|
||||
5 | A = 0xFFFF_FFFF_FFFF_FFFF,
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: discriminant value `2000` is outside the limits of u8
|
||||
--> tests/ui/enum_out_of_bounds.rs:9:9
|
||||
|
|
||||
9 | B = 1u8,
|
||||
| ^^^^^^^
|
||||
Loading…
Add table
Add a link
Reference in a new issue