PointeeInfo is advisory only
This commit is contained in:
parent
7c4a9a971c
commit
c8e8d6e7f6
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue