Bindgen our first struct

This commit is contained in:
Ayaz Hafiz 2022-05-03 15:12:42 -04:00 committed by Richard Feldman
parent 131a633f7f
commit ebcd72f7af
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
5 changed files with 228 additions and 24 deletions

View file

@ -1328,7 +1328,7 @@ impl<'a> Layout<'a> {
/// But if we're careful when to invalidate certain keys, we still get some benefit
#[derive(Debug)]
pub struct LayoutCache<'a> {
target_info: TargetInfo,
pub target_info: TargetInfo,
_marker: std::marker::PhantomData<&'a u8>,
}