Skip to content

Commit a9a514b

Browse files
author
TheIronBorn
committed
add opt-out test
1 parent 025e0e2 commit a9a514b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

syntax_test_rust.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,10 @@ impl Point
675675
}
676676
}
677677

678+
impl !Send for Point {}
679+
//^^^^^^^^^^^^^^^^^^^^^ meta.impl.rust
680+
// ^ meta.impl.rust keyword.operator.rust meta.impl.opt-out.rust
681+
678682
pub fn pub_function() -> bool
679683
// <- storage.modifier
680684
// ^^ storage.type.function

0 commit comments

Comments
 (0)