Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
10
third-party/vendor/zerocopy/tests/ui-msrv/transmute-mut-src-generic.stderr
vendored
Normal file
10
third-party/vendor/zerocopy/tests/ui-msrv/transmute-mut-src-generic.stderr
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
error[E0405]: cannot find trait `FromBytes` in this scope
|
||||
--> tests/ui-msrv/transmute-mut-src-generic.rs:15:31
|
||||
|
|
||||
15 | fn transmute_mut<T: AsBytes + FromBytes>(t: &mut T) -> &mut u8 {
|
||||
| ^^^^^^^^^ not found in this scope
|
||||
|
|
||||
help: consider importing this trait
|
||||
|
|
||||
11 | use zerocopy::FromBytes;
|
||||
|
|
||||
Loading…
Add table
Add a link
Reference in a new issue