mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Fix derive syntax.
This commit is contained in:
@@ -1589,8 +1589,8 @@ pub fn is_empty(&self) -> bool {
|
||||
/// declared, but a type name in a non-zero universe is a placeholder
|
||||
/// type -- an idealized representative of "types in general" that we
|
||||
/// use for checking generic functions.
|
||||
#[derive(HashStable)]
|
||||
pub struct UniverseIndex {
|
||||
derive [HashStable]
|
||||
DEBUG_FORMAT = "U{}",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user