PointeeInfo is advisory only
This commit is contained in:
@@ -1456,6 +1456,8 @@ pub enum PointerKind {
|
|||||||
UniqueOwned,
|
UniqueOwned,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Note that this information is advisory only, and backends are free to ignore it.
|
||||||
|
/// It can only be used to encode potential optimizations, but no critical information.
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug)]
|
||||||
pub struct PointeeInfo {
|
pub struct PointeeInfo {
|
||||||
pub size: Size,
|
pub size: Size,
|
||||||
|
|||||||
Reference in New Issue
Block a user