-
Notifications
You must be signed in to change notification settings - Fork 794
Closed
Description
From 0.29 to 0.31, the following code corresponding to nsBaseHashTable has changed from:
pub struct nsBaseHashtable_EntryPtr<KeyClass, DataType> {
pub mEntry: *mut root::nsBaseHashtable_EntryType<KeyClass, DataType>,
pub mExistingEntry: bool,
pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<KeyClass>>,
pub _phantom_1: ::std::marker::PhantomData<::std::cell::UnsafeCell<DataType>>,
}To:
pub struct nsBaseHashtable_EntryPtr < KeyClass , DataType > {
pub mEntry : * mut root :: nsBaseHashtable_EntryType < KeyClass , DataType > < KeyClass , DataType > ,
pub mExistingEntry : bool ,
// ....
}Trying to find a test-case now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.