Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
30
third-party/vendor/zerocopy/tests/ui-stable/transmute-ptr-to-usize.stderr
vendored
Normal file
30
third-party/vendor/zerocopy/tests/ui-stable/transmute-ptr-to-usize.stderr
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
error[E0277]: the trait bound `*const usize: AsBytes` is not satisfied
|
||||
--> tests/ui-stable/transmute-ptr-to-usize.rs:20:30
|
||||
|
|
||||
20 | const POINTER_VALUE: usize = transmute!(&0usize as *const usize);
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
| |
|
||||
| the trait `AsBytes` is not implemented for `*const usize`
|
||||
| required by a bound introduced by this call
|
||||
|
|
||||
= help: the trait `AsBytes` is implemented for `usize`
|
||||
note: required by a bound in `AssertIsAsBytes`
|
||||
--> tests/ui-stable/transmute-ptr-to-usize.rs:20:30
|
||||
|
|
||||
20 | const POINTER_VALUE: usize = transmute!(&0usize as *const usize);
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `AssertIsAsBytes`
|
||||
= note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error[E0277]: the trait bound `*const usize: AsBytes` is not satisfied
|
||||
--> tests/ui-stable/transmute-ptr-to-usize.rs:20:30
|
||||
|
|
||||
20 | const POINTER_VALUE: usize = transmute!(&0usize as *const usize);
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AsBytes` is not implemented for `*const usize`
|
||||
|
|
||||
= help: the trait `AsBytes` is implemented for `usize`
|
||||
note: required by a bound in `AssertIsAsBytes`
|
||||
--> tests/ui-stable/transmute-ptr-to-usize.rs:20:30
|
||||
|
|
||||
20 | const POINTER_VALUE: usize = transmute!(&0usize as *const usize);
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `AssertIsAsBytes`
|
||||
= note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
Loading…
Add table
Add a link
Reference in a new issue