summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_borrowck/src/location.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_borrowck/src/location.rs')
-rw-r--r--compiler/rustc_borrowck/src/location.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_borrowck/src/location.rs b/compiler/rustc_borrowck/src/location.rs
index 0e669abfd..6f0939316 100644
--- a/compiler/rustc_borrowck/src/location.rs
+++ b/compiler/rustc_borrowck/src/location.rs
@@ -20,6 +20,7 @@ pub struct LocationTable {
}
rustc_index::newtype_index! {
+ #[orderable]
#[debug_format = "LocationIndex({})"]
pub struct LocationIndex {}
}