diff options
Diffstat (limited to 'crates/ra_hir_def/src')
-rw-r--r-- | crates/ra_hir_def/src/path.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir_def/src/path.rs b/crates/ra_hir_def/src/path.rs index 3b26e8337..9e37ac416 100644 --- a/crates/ra_hir_def/src/path.rs +++ b/crates/ra_hir_def/src/path.rs | |||
@@ -254,6 +254,7 @@ macro_rules! __known_path { | |||
254 | (std::ops::Try) => {}; | 254 | (std::ops::Try) => {}; |
255 | (std::ops::Neg) => {}; | 255 | (std::ops::Neg) => {}; |
256 | (std::ops::Not) => {}; | 256 | (std::ops::Not) => {}; |
257 | (std::ops::Index) => {}; | ||
257 | ($path:path) => { | 258 | ($path:path) => { |
258 | compile_error!("Please register your known path in the path module") | 259 | compile_error!("Please register your known path in the path module") |
259 | }; | 260 | }; |