Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Don't confuse :: with beginning of a case conversion#71

Merged
dtolnay merged 2 commits intomasterfrom
attrpath
Nov 7, 2021
Merged

Don't confuse :: with beginning of a case conversion#71
dtolnay merged 2 commits intomasterfrom
attrpath

Conversation

@dtolnay
Copy link
Copy Markdown
Owner

@dtolnay dtolnay commented Nov 7, 2021

Fixes #70.

Compilation currently fails with:

    error: expected identifier after `:`
      --> tests/test_attr.rs:56:21
       |
    56 |         m!(#[x = foo::Bar])
       |                     ^^
@dtolnay dtolnay merged commit d04486a into master Nov 7, 2021
@dtolnay dtolnay deleted the attrpath branch November 7, 2021 05:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Expected identifier after :" error when :: is used inside attribute

1 participant