16 lines
222 B
Plaintext
16 lines
222 B
Plaintext
# // a comment
|
|
! [ enable
|
|
( unwrap_newtypes
|
|
, implicit_some)
|
|
]
|
|
// Line Comment
|
|
/* block */
|
|
/* Block Comment /* Nested Block Comment */ */
|
|
(
|
|
value
|
|
|
|
: "hello" // comment
|
|
,
|
|
something_else /* */: "hi"
|
|
)
|