Fix derive syntax.

This commit is contained in:
Camille GILLOT
2019-11-15 21:23:34 +01:00
parent 7db84e8504
commit 4da5fe7fdb
+1 -1
View File
@@ -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{}",
}
}