We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dyn
1 parent bbaf45d commit 6cfd49eCopy full SHA for 6cfd49e
src/librustc_data_structures/sync.rs
@@ -268,7 +268,7 @@ cfg_if! {
268
t.into_par_iter()
269
}
270
271
- pub type MetadataRef = OwningRef<Box<Erased + Send + Sync>, [u8]>;
+ pub type MetadataRef = OwningRef<Box<dyn Erased + Send + Sync>, [u8]>;
272
273
/// This makes locks panic if they are already held.
274
/// It is only useful when you are running in a single thread
0 commit comments