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.
1 parent aa6065b commit 30a39acCopy full SHA for 30a39ac
src/librustc_data_structures/indexed_vec.rs
@@ -327,7 +327,7 @@ macro_rules! newtype_index {
327
#[derive(Clone, PartialEq, Eq)]
328
pub struct IndexVec<I: Idx, T> {
329
pub raw: Vec<T>,
330
- _marker: PhantomData<Fn(&I)>
+ _marker: PhantomData<fn(&I)>
331
}
332
333
// Whether `IndexVec` is `Send` depends only on the data,
0 commit comments