Use #[derive] instead of custom syntax in all newtype_index
This commit is contained in:
@@ -147,8 +147,8 @@ rustc_index::newtype_index! {
|
||||
///
|
||||
/// * The subscope with `first_statement_index == 1` is scope of `c`,
|
||||
/// and thus does not include EXPR_2, but covers the `...`.
|
||||
#[derive(HashStable)]
|
||||
pub struct FirstStatementIndex {
|
||||
derive [HashStable]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user