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

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

Merged
merged 2 commits into from
Nov 7, 2021
Merged

Conversation

dtolnay
Copy link
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