Skip to content

Document nested doc comments in grammar #439

@ModProg

Description

@ModProg

Currently, the grammar doesn't really specify that ron supports nested block comments:
https://github.com/ron-rs/ron/blob/master/docs/grammar.md?plain=1#L21

But it does:

    let _: ron::Value = ron::from_str(r#"
        Something(
            /* /* test */ */
            a: b
        )
        "#).unwrap();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions