diff options
Diffstat (limited to 'crates/ra_ide/src/syntax_highlighting/tests.rs')
-rw-r--r-- | crates/ra_ide/src/syntax_highlighting/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide/src/syntax_highlighting/tests.rs b/crates/ra_ide/src/syntax_highlighting/tests.rs index e9a6fbcdf..facdc42b7 100644 --- a/crates/ra_ide/src/syntax_highlighting/tests.rs +++ b/crates/ra_ide/src/syntax_highlighting/tests.rs | |||
@@ -389,6 +389,7 @@ fn main() { | |||
389 | unsafe_fn(); | 389 | unsafe_fn(); |
390 | HasUnsafeFn.unsafe_method(); | 390 | HasUnsafeFn.unsafe_method(); |
391 | let y = *x; | 391 | let y = *x; |
392 | let z = -x; | ||
392 | } | 393 | } |
393 | } | 394 | } |
394 | "# | 395 | "# |