Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
12
third-party/vendor/pin-project-lite/tests/auxiliary/mod.rs
vendored
Normal file
12
third-party/vendor/pin-project-lite/tests/auxiliary/mod.rs
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#![allow(dead_code, unused_macros)]
|
||||
|
||||
macro_rules! assert_unpin {
|
||||
($ty:ty) => {
|
||||
static_assertions::assert_impl_all!($ty: Unpin);
|
||||
};
|
||||
}
|
||||
macro_rules! assert_not_unpin {
|
||||
($ty:ty) => {
|
||||
static_assertions::assert_not_impl_all!($ty: Unpin);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue