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

Commits on Nov 7, 2021

  1. Add regression test for issue 70

    Compilation currently fails with:
    
        error: expected identifier after `:`
          --> tests/test_attr.rs:56:21
           |
        56 |         m!(#[x = foo::Bar])
           |                     ^^
    dtolnay committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    11ceffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    297bceb View commit details
    Browse the repository at this point in the history